Tag Archive : Right Click Disable

Google Chrome Browser Extensions for everyday user – 1

0
Digg me


Some useful Google Chrome Browser Extensions for everyday user.

Allow copy-paste action on websites

https://chrome.google.com/extensions/detail/mkklbhjangmgebkkjkgcaehkjiemjkpm

Allow Right Click

https://chrome.google.com/extensions/detail/hompjdfbfmmmgflfjdlnkohcplmboaeo

Webpage Screenshot

https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki

Youtube Videos Download

http://www.chromeextensions.org/music-videos-photos/download-youtube-videos-as-mp4-flv/

RemindMe

https://chrome.google.com/extensions/detail/dkbeopafgiefnlffkhmkhldcojehlgam

Google Analytics Opt-out Add-on (by Google)

https://chrome.google.com/extensions/detail/fllaojicojecljbmefodhfapmkghcbnh

If you use Google Chrome on multiple computers, you can Sync them using Chrome Sync.
Customize > Options > Personal Stuff > Sync (with your gmail address)
Its very useful and convenient.

How to disable Right Click Menus

0
Digg me

This is popular question asked in many tech forums / QA pages.

Simplest way to turn Off the Right Click is

Add the atttibute   onContextMenu = “return false”

Ex :

<body onContextMenu=”return false”>

Tested this on

IE 5.0 and above / Firefox 2.0 and above.

PS: This doesn’t alert users with any warning or error messages when they right click. By warning them we dont want to rub their ego to find a solution.