1
Found it on the Webs / change characters on web pages?
« 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)
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)