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);
})();
@Jaype699
Copy link

@Abdessamad10000
Copy link

@Seijitsu1909
Copy link

@thisitha
Copy link

Tired of Shrink.me redirects? Use this tool to bypass them instantly! Just paste the link and get to your content quickly. Check it out: www.bypasslink.xyz 🚀

@LHadam09
Copy link

@JayathuShehan
Copy link

@CCLVORTREX
Copy link

@YoungPinis
Copy link

@uchihahet
Copy link

@JoaoMarcos12329
Copy link

@idkwhyiamhere81
Copy link

@jin-wind
Copy link

jin-wind commented Mar 5, 2025

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