Universal Bypass

Bypass common web restrictions: right-click, copy-paste, text selection, console, debugger, and more.

Old: v1.52 - 2025-01-13 - <strong>Version 1.52</strong> <strong>Refined Right-Click Bypass</strong>: Now more targeted to avoid interfering with internal extension events. <strong>Enhanced Copy and Paste Bypass</strong>: Redesigned to minimize conflicts with other extensions while maintaining functionality. Note: These changes may reduce the number of sites where the bypass works. If you encounter sites where it worked previously but doesn’t now, let me know!
New: v1.53 - 2025-01-14 - <strong>Version 1.53</strong> <strong>Right-Click Mod Disabled by Default:</strong> The right-click bypass feature has been disabled by default. This change was made because most sites do not interfere with right-click functionality, and it's generally not needed unless dealing with specific web technologies, such as WebAssembly-based pages, where custom right-click handling is more common.

  • --- /tmp/diffy20250524-653975-kmvcri 2025-05-24 21:16:26.316820107 +0000
  • +++ /tmp/diffy20250524-653975-2617q9 2025-05-24 21:16:26.316820107 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name Universal Bypass
  • // @namespace https://github.com/x3ric
  • -// @version 1.52
  • +// @version 1.53
  • // @description Bypass common web restrictions: right-click, copy-paste, text selection, console, debugger, and more.
  • // @author x3ric
  • // @license MIT
  • @@ -19,7 +19,7 @@
  • 'use strict';
  • const settings = GM_getValue('universalBypassSettings', {
  • - rightClick: true,
  • + rightClick: false,
  • copyPaste: true,
  • textSelection: true,
  • consoleBypass: false,