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.
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.
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.