Digworm.io redirect with adblock

Open DigWorm.io redirect links even if you have an adblocker.

  1. // ==UserScript==
  2. // @name Digworm.io redirect with adblock
  3. // @namespace StephenP
  4. // @version 1.0
  5. // @description Open DigWorm.io redirect links even if you have an adblocker.
  6. // @author StephenP
  7. // @match https://digworm.io/verify?redirect_to=*
  8. // @run-at document-start
  9. // @license AGPL-3.0-or-later
  10. // @contributionURL https://nowpayments.io/donation/stephenpgreasyfork
  11. // ==/UserScript==
  12. document.location.href=window.atob(document.location.href.split("=")[1]);