Restore right-click, text selection, and copy-paste on sites that try to block them.
This User Script is designed for browser extensions like Tampermonkey or Greasemonkey. It addresses the common issue of web platforms disabling native browser functionality such as the context menu, text highlighting, and the clipboard.
Web developers often implement preventDefault() on specific mouse events to prevent users from saving images or copying text. This script intercepts those commands at the document level before the website's internal logic can execute them.
contextmenu and selectstart events.user-select: none properties that prevent text highlighting via stylesheets.*://*/* match pattern.