Skip to content

Instantly share code, notes, and snippets.

@qnnnnez
Created August 13, 2023 07:05
Show Gist options
  • Select an option

  • Save qnnnnez/d43be11e964498e867e56746c55b0905 to your computer and use it in GitHub Desktop.

Select an option

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

@2Young4You
Copy link

@ngaarasell4-beep
Copy link

@URNICEBTW
Copy link

@darisfivesc2323
Copy link

@chrisa2013a-cyber
Copy link

@rayx770
Copy link

rayx770 commented Nov 30, 2025

@rbg62265252-cpu
Copy link

que

@anasqbitfake
Copy link

@lkaif8760-svg
Copy link

@1andrehuet-bot
Copy link

@ShahriarSifatOfficial
Copy link

@sycon2104-art
Copy link

@bmrkbxg985-netizen
Copy link

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