EvilZone

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

: change characters on web pages?
: John Doe 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)

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


And please drop the font size.
: Re: change characters on web pages?
: wookie March 13, 2013, 10:06:58 PM
(http://t.qkme.me/356j00.jpg)
: Re: change characters on web pages?
: techb 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.