How to temporarily stop web pages intercepting a right-click?
- by callum
Some websites like Google Drive intercept right-clicks and provide their own context menu. This is usually what I want, but sometimes I still want to do a normal, native browser right-click.
Is there any modifier key or something like that to make it so a right-click doesn't trigger a click event on the web page, so it can't show it's context menu?
I want to do this per-click, not by changing a setting somewhere.
If there are different techniques depending on browser/OS, please list them.