Monday, March 9, 2009

New Bookmarklest!

Check out these 3 new bookmarklets! They are just amazing!

1) Enable right-click
[this bookmarklet will enable right-clicking on websites that block it from you, note that this does not apply to flash files!]

script:

javascript:void(document.oncontextmenu=null)

2) EDIT any website in real-time!
[this will allow you to edit any website right on your browser, only works on your local computer]

script:

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

3) Stop EDITING any website

script:

javascript:document.body.contentEditable='false'; document.designMode='off'; void 1

No comments:

Post a Comment