Skip to content

Instantly share code, notes, and snippets.

@qnnnnez
Created August 13, 2023 07:05
Show Gist options
  • Save qnnnnez/d43be11e964498e867e56746c55b0905 to your computer and use it in GitHub Desktop.
Save qnnnnez/d43be11e964498e867e56746c55b0905 to your computer and use it in GitHub Desktop.
shrinkme.io bypass
// ==UserScript==
// @name shrinkme.io bypass
// @namespace qnnnnez@live.com
// @version 0.1
// @description skip waitting for shrinkme.io links
// @author qnnnnez
// @match https://shrinkme.io/st*
// @grant none
// ==/UserScript==
(function() {
'use strict';
const targetURL = new URL(location.href).searchParams.get('url');
location.replace(targetURL);
})();
@Taco47
Copy link

Taco47 commented Jul 16, 2025

@Tweaklycsharp
Copy link

@doxxas
Copy link

doxxas commented Jul 19, 2025

@HiGuysMy-lang
Copy link

@HiGuysMy-lang
Copy link

@chuzzeste
Copy link

@Bana4r
Copy link

Bana4r commented Jul 27, 2025

@Felipez00
Copy link

@FritzTorres
Copy link

@zovercodxx
Copy link

@jdpbofficial
Copy link

@Afandymp22
Copy link

@RenyV19
Copy link

RenyV19 commented Aug 10, 2025

@syres1
Copy link

syres1 commented Aug 12, 2025

@ariful1islam
Copy link

@ENRIPARE
Copy link

@goofygoofer660
Copy link

@0y2002
Copy link

0y2002 commented Aug 14, 2025

@Jznizr
Copy link

Jznizr commented Aug 14, 2025

@inwstomker888-beep
Copy link

@inwstomker888-beep
Copy link

@nyxgaming027-dot
Copy link

@soybeans711717277
Copy link

@soybeans711717277
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment