Author Topic: change characters on web pages?  (Read 2302 times)

0 Members and 1 Guest are viewing this topic.

Offline John Doe

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
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)

« Last Edit: March 13, 2013, 04:55:21 pm by John Doe »
~Like a Sir

Offline WirelessDesert

  • Knight
  • **
  • Posts: 356
  • Cookies: 10
  • I think...
    • View Profile
Re: change characters on web pages?
« Reply #1 on: March 13, 2013, 06:13:15 pm »
wow, that's, ermmm, cool?


And please drop the font size.
Check out my arduino project: Moving car - School project!
"I'm like current, I always take the easiest route."

Offline wookie

  • Peasant
  • *
  • Posts: 68
  • Cookies: -4
    • View Profile
Re: change characters on web pages?
« Reply #2 on: March 13, 2013, 10:06:58 pm »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: change characters on web pages?
« Reply #3 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.
>>>import this
-----------------------------