How-to-Enable-Right-Click-on-Any-Webpage
Follow These Simple Steps to Right Click
- Click on [Favorites] on the top of the browser.
- Click on [Add to Favorites...].
- When Add Favorite box pops up, enter a name that you can easily remember later such as Right Click. Then click [ok].
- Click on [Favorites].
- Find the Right Click button you just created, then right click on it. Then click [Properties].
- On the Web Document tab, copy and paste the following code:
javascript:function r(d){d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;};function unify(w){r(w.document);if(w.frames.length>0){for(var i=0;i<w.frames.length;i++){try{unify(w.frames[i].window);}catch(e){}};};};unify(self);
- Click [OK]. A message will popup stating "The protocol "javascript" does not have a registered program. Do you want to keep this target anyway?". Click [Yes]. This won't do any harm to your computer.
- Now you are ready to right click on any webpages. Whenever you find a webpage you cannot right click, just go to [Favorites] and click on the [Right Click] button you've created.
- Enjoy!
No comments:
Post a Comment