EvilZone

Other => Found it on the Webs => Topic started by: John Doe on March 13, 2013, 04:54:04 PM

Title: change characters on web pages?
Post by: John Doe on March 13, 2013, 04:54:04 PM
Found this out some time ago...works on IE and Chrome, not Firefox...

just for example go to google.com, then post this on the webpage, change any character you want

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

(make sure the javascript: is on there, sometimes it doesnt copy)


(this does not change the website, just the way you view it)

Title: Re: change characters on web pages?
Post by: WirelessDesert on March 13, 2013, 06:13:15 PM
wow, that's, ermmm, cool?


And please drop the font size.
Title: Re: change characters on web pages?
Post by: wookie on March 13, 2013, 10:06:58 PM
(http://t.qkme.me/356j00.jpg)
Title: Re: change characters on web pages?
Post by: techb on March 13, 2013, 10:35:36 PM
This is called inline code injection, and does work in FireFox. In FF you need to use the web console though. This method is how you could change params in cookies.