Make any website editable

antx16

Power Member
Joined
Nov 25, 2007
Messages
584
Reaction score
1,583
All you need to do is visit the site you want to edit, paste the code below into your web browser address bar (tested in Firefox & IE7) and hit the Enter button.
Then simply select a portion of text on the page and start editing.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

This cannot be saved at the moment if anybody finds a way to save it , it would be so cooool
 
You would never be able to save these changes, javascript is a client side language and (aside from AJAX) cant make changes on the server.

The only thing this is really good for is to fake earnings, like making your adsense account say "Today's Earnings: $100,000.00" or something silly like that. It's a good way to become a super affiliate blogger actually. fake it 'till you make it :-)

I prefer Firebug anyway
 
You would never be able to save these changes, javascript is a client side language and (aside from AJAX) cant make changes on the server.

The only thing this is really good for is to fake earnings, like making your adsense account say "Today's Earnings: $100,000.00" or something silly like that. It's a good way to become a super affiliate blogger actually. fake it 'till you make it :-)

I prefer Firebug anyway

True i know firebug is good pity we could not make a program to do this
 
Back
Top