Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name animetiddies.de ad remover
- // @match [URL]https://linkvertise.com/*/*/dynamic*[/URL]
- // @grant GM_xmlhttpRequest
- // @version 1.0
- // @description bypasses ad-paywalls
- // @run-at document-start
- // ==/UserScript==
- (() => {
- location.href = atob(URL.parse(location.href).searchParams.get('r'))
- })();
Advertisement
Advertisement