Something fun for you guys.

Apr 17, 2009 at 12:36 PM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Dec 28, 2008
Location:
Posts: 174
What to do:
1. Go to a website.
2. Paste the link at the bottom into your URL bar and hit Enter.
3. You can now edit the page. (It doesn't save.)
4. Have fun with it.
Code:
javascript: document.body.contentEditable= 'true'; document.designMode= 'on'; void0
 
Apr 17, 2009 at 1:56 PM
Starbound sucked sadly
"Life begins and ends with Nu."
Join Date: Jan 7, 2007
Location:
Posts: 2587
Age: 34
supermario566 said:
What to do:
1. Go to a website.
2. Paste the link at the bottom into your URL bar and hit Enter.
3. You can now edit the page. (It doesn't save.)
4. Have fun with it.
Code:
javascript: document.body.contentEditable= 'true'; document.designMode= 'on'; void0

old,
I knew that since last year when i was doing a java assignment ,-,
but still its fun :)
 
Apr 17, 2009 at 9:41 PM
Indie game enthusiast
"What is a man!? A miserable pile of secrets! But enough talk, have at you!"
Join Date: Apr 18, 2006
Location: Forever wandering the tower...!
Posts: 1790
Pronouns: he/him
Interesting find! Here's another one :
Code:
javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)){document.location.href='http://www.youtube.com/get_video?fmt='+(isHDAvailable?'22':'18')+'&video_id='+swfArgs['video_id']+'&t='+swfArgs['t']}
Saves youtube video as HD quality [if available] or HQ quality. [Mp4 files]

What are these called? You can favorite these as links and just click them when you want to run them...
They are called bookmarklets?
 
Back
Top