Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Javascript code edit
#1
i learned this thing from one of my friends.
go to a site, for example google.com
then delete google.com in the adress bar and paste this little code in:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

then you can edit the whole site, but you friend cant see it if he goes on google
if you wouldnt do that anymore goto google.com again

one of my friends tried this on google while we talked in skype, and he got a little shock and said "ups, i deleted google!"
Reply
Thanks given by:
#2
You know, you're not editing Google, but just what your browser is showing atm?

What you just said is like "Hey, i take the newspaper, paint it black and HEY IT'S BLACK!"

HEY I lol'd ;D - Simoneon
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by: Simoneon , snorsorbet , qwertz143
#3
Delete the "document.designMode = 'on';" part. It only causes trouble.
And use "javascript: document.body.contentEditable = 'false'; void 0".
To go back to the normal webpage.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by: Wiro




Users browsing this thread: 1 Guest(s)