Enabling Right-Click |
Enabling Right-Click |
![]()
Post
#1
|
|
![]() createblog.com ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,127 Joined: Dec 2003 Member No: 13 ![]() |
If you add this to your favorites and click on it when you are at a page that doesn't allow right clicking, it enables right click again:
java script:x=document.getElementsByTagName('*');for (n=0;n<x.length;n++){x[n].setAttribute('oncontextmenu','return true;');}document.oncontextmenu='return true;';void 0; Or, you can paste this into the address bar of the site that doesn't allow right clicking and you can enable it. Note: It might not work with sites that put popup warnings after the right clicks. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 946 Joined: Jan 2004 Member No: 603 ![]() |
QUOTE(emoaholic @ 01-21-2004, 05:31 PM) what do you do to view the source of a site where you cant paste things [even the sites own name !!] into the address bar for instance.. http://www.xanga.com/home.aspx?user=illsome jw =] thanks ! ![]() Have you ever tried going to view at the top (toolpanel) and then source? |
|
|
![]() ![]() |