VM Userscript to disable website right-click and copy-blocking: Revision history

From Lucca's Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 November 2025

  • curprev 20:4020:40, 17 November 2025 50.220.241.211 talk 1,982 bytes −43 No edit summary undo
  • curprev 20:3920:39, 17 November 2025 50.220.241.211 talk 2,025 bytes +2,025 Created page with " // ==UserScript== // @name Force Enable Right Click, Copy & Paste // @namespace http://tampermonkey.net/ // @version 3.0 // @description Re-enables right click, text selection, and copying/pasting on all sites // @author You // @match https://www.netacad.com/* // @grant none // @run-at document-start // ==/UserScript== (function() { 'use strict'; // Re-enable text selection and right-click const style..."