Many websites nowadays disable the right click function of the mouse button which I think could be very annoying sometimes. This is done so that we can’t steal images, file, video, or any other website’s stuff. What about if we extremely in a need of the file without any profit-making and other bad intentions? In this post a tutorial is included to teach you how to solve the problem, without having to open the source code of course!
If you use Internet Explorer 6 and 7
-
Click “Tools”->”Internet Options”
-
Click the “Security” tab.
-
Click “Custom Level”
-
Scroll down to the “scripting” section.
-
Set “Active Scripting” to “disable” (Active scripts are programs written in Javascript)
-
Click “Ok”. Restart your internet browser.
Note: This will disable the Javascript from being rendered by your Internet Explorer browser which would mean the right click disabled’s script in the website will not work anymore.
For Mozilla Firefox browser, these are the steps which gave the same effect (maybe be vary depending on the version).
-
Go to “Tools” -> “Options”
-
Click “Web Features”
-
Untick enable JavaScript
Alternatively, you can also use this method to re-enabled the website right click function.
Enter the Javascript code below inside your browser’s address bar. (source)
javascript:void(document.oncontextmenu=null
Voila!
November 30th, 2007 at 6:11 am
In Firefox 2.0 – Options>Content>JavaScipt-Advanced button
Untick [UK] Uncheck [US] the diable/replace context menus
July 14th, 2008 at 7:52 pm
thats good .its work for me. thanks for your post.
August 9th, 2008 at 4:34 am
On some sites just keep the right button held when the message comes up, then press the enter key on your keyboard. Now just release the right mouse button and the right click menu will appear anyway. Only works on some sites.. Enjoy
August 9th, 2008 at 4:45 am
Hmmm on sites that the previous trick doesn’t work on try this. paste this into the url (address of web-site) ….
javascript:void(document.oncontextmenu=null)
That will fix a few of them.
Enjoy
November 7th, 2008 at 3:29 am
Simple tool for grabbing right click protected images is freeware SRip32.
I’ve used it on all OS from win98 to vista.
Very simple.. non-intrusive / no installation.
After download, run it from the folder you unzipped it to.
Open / ‘grab rectangular area’ / move mouse to upper left corner of image you want / left click and hold down / drag diagonally from corner to opposite corner (lower right corner)and release left click.
file / Save as / (icon, bmp, jpg or gif) to any folder you want.
I have a shortcut for it in quicklaunch and use it all the time.
It’s no good for large images that require scrolling tho.
Contains no spyware/malware/foistware/adware/crapware
Dload it here.. or google srip32 for alternate dload sites.
http://www.4shared.com/file/47415229/c95627dd/SRip32.html
January 18th, 2009 at 10:33 am
[...] that & can I over-ride it ? > > Thanks > > K You can temporarily disable scripts, http://www.bloganything.net/627/enab…at-disables-it .. « No Extended Support 4 3 out of The 5 Vista [...]
April 18th, 2009 at 11:11 am
Thanks Zonfan, it worked.
June 13th, 2010 at 1:25 am
Thanks Dear, it worked.
For google chrome,
1. Click on the spanner (settings) button right side the address bar
2. Click on ‘options’
3. Goto ‘Under the hood’ tab
4. Click on ‘Content Settings’
5. Goto ‘Java Script’ tab
6. Enable the radio button ‘Do not allow any site to run JavaScript’
7. Click on ‘close’
8. Click on ‘close’
That’s it
June 16th, 2010 at 10:15 am
Thanks a lot ~ this really easy than encoding the source code, can I use this article on my space but not only original copy, and I wanna write a multiple language tutorial for other guys who face on this problem and I’ll write the Google Chrome’s steps.
Thanks again for your post.
June 26th, 2010 at 7:56 am
you have a error in the java code it should be.
[code] javascript:void(document.oncontextmenu=null)[/code]
notice the ) on the end of the line ? also it won’t work always, some site’s will still give the error, but those are mostly flashbased.