79480698

Date: 2025-03-03 10:04:48
Score: 1
Natty:
Report link

Just run this snippet in the console to prevent a site from overriding the context menu:

document.addEventListener('contextmenu', event => event.stopPropagation(), true);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ezra