Run Javascript from your browser address bar.
By writing javascript: followed by the java script you want to execute in your browser address bar you can execute java script. For example javascript:alert(new Date()) will bring a alert with the current time set. Using this method you can do things like view cookies set in the current document by using javascript:alert(document.cookie) .
4 years ago • 0 notes