Reissfeld

Slurr Skipper

Nov 6th, 2022 (edited)
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         slurr
  3. // @namespace    https://pastebin.com/raw/Rk5y1ShM
  4. // @version      1.1
  5. // @description  slurslurslurslur
  6. // @author       ProjektR
  7. // @match        https://slurr.my.id/*
  8. // @icon         https://www.google.com/s2/favicons?sz=64&domain=my.id
  9. // @grant        none
  10. // ==/UserScript==
  11. /* global $ */
  12.  
  13. (function() {
  14.     'use strict';
  15.     location.href = decodeURIComponent(atob($('[href*="slurr.my"]')[0].href.split('/')[3].replace('?safelink_redirect=','')).split('"')[7])
  16. })();
Advertisement
Add Comment
Please, Sign In to add comment