Bypass Paywall

Adds a context menu option to bypass an article's paywall.

  1. // ==UserScript==
  2. // @name Bypass Paywall
  3. // @namespace socuul.12ft_shortcut
  4. // @version 1.2.0
  5. // @description Adds a context menu option to bypass an article's paywall.
  6. // @author SoCuul
  7. // @license MIT
  8. // @include *://*
  9. // @icon none
  10. // @grant GM_registerMenuCommand
  11. // @grant GM_openInTab
  12. // ==/UserScript==
  13.  
  14. GM_registerMenuCommand("Replace Current Tab", () => { window.location = 'https://12ft.io/proxy?q=' + window.location }, "u")
  15. GM_registerMenuCommand("New Tab", () => GM_openInTab('https://12ft.io/proxy?q=' + window.location, { active: true }))

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址