How to edit any web page live in your browser

lexmedia

Registered Member
Joined
Sep 22, 2008
Messages
78
Reaction score
19
This is my first contribution to the forum. I`ve been around for some time now but mostly just reading and learning various BH methods. I`ve put some of the info in practice but didn`t hit the jackpot just yet.

This is a little bit of javascript code that will let you edit any web page.
Could come in handy to fake earnings screenshot, traffic etc. depends on your imagination.

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

Just copy and paste on your location bar when you want to edit a certain page.

I haven`t tried it on firefox, but for firefox users you can use Firebug or Greasemonkey firefox extensions to do the same thing.

I hope this comes in useful. Hit thanks if you like it.
 
install "firebug" on firefox, it can do this and a lot more
 
Haha very old trick, can come in handy. Those who are wondering, no this only changes the page locally and only until you close the tab/page.
 
Yep! fake a earnings screenshot and prove you made more than Howie Shwartz!
 
Back
Top