Advertisement
sosyamba

lifeselector free watch script

Sep 23rd, 2024
1,850
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 1 0
  1. // ==UserScript==
  2. // @name animetiddies.de ad remover
  3. // @match [URL]https://linkvertise.com/*/*/dynamic*[/URL]
  4. // @grant GM_xmlhttpRequest
  5. // @version 1.0
  6. // @description bypasses ad-paywalls
  7. // @run-at document-start
  8. // ==/UserScript==
  9.  
  10. (() => {
  11. location.href = atob(URL.parse(location.href).searchParams.get('r'))
  12. })();
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement