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);
})();
@Role-Play237
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 🚀

Please make a user script for tampermonkey.

@dashboardio
Copy link

@Dreameyy
Copy link

Dreameyy commented Apr 2, 2025

@Imbcorotanww
Copy link

@NarenKarthik637
Copy link

@ImGoodYo
Copy link

ImGoodYo commented May 3, 2025

@atamert123-blip
Copy link

@r0oxie
Copy link

r0oxie commented May 18, 2025

@excorpionvgt
Copy link

@DasiazYT
Copy link

@KoriGMG
Copy link

KoriGMG commented Jun 16, 2025

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