I always found these anti-right-click scripts funny since they usually don’t block Ctrl+S to save the page, Ctrl+U to view source, or Ctrl+P to print (or these days, F12 to open the browser dev tools)
My personal favorite is Ctrl+Shift+C which brings up Dev tools in selection mode, so you can click on the picture or whatever and be taken straight to its HTML code.
It also is a bit annoying that that is the keybinding, because whenever I have to copy something from the browser to the terminal, I must remind myself not to do Ctrl-shift-c as I would in the terminal.
I always found these anti-right-click scripts funny since they usually don’t block Ctrl+S to save the page, Ctrl+U to view source, or Ctrl+P to print (or these days, F12 to open the browser dev tools)
My personal favorite is
Ctrl+Shift+C
which brings up Dev tools in selection mode, so you can click on the picture or whatever and be taken straight to its HTML code.It also is a bit annoying that that is the keybinding, because whenever I have to copy something from the browser to the terminal, I must remind myself not to do Ctrl-shift-c as I would in the terminal.