Universal Bypass

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

Stará: v1.52 - 13.01.2025 - <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!
Nová: v1.53 - 14.01.2025 - <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/diffy20250525-935842-jmg93n 2025-05-25 16:07:00.717447145 +0000
  • +++ /tmp/diffy20250525-935842-6jw8r6 2025-05-25 16:07:00.717447145 +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,