From b43b72e45a9373a2ebe66c0edbdea9b5778e2464 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 25 Jan 2025 21:54:08 +0100 Subject: [PATCH] add timer skip for goo.st --- Bypass_All_Shortlinks.user.js | 4 +++- extra_bypasses/extra_bypasses.user.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index e4596b8..0faeb57 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2702,10 +2702,12 @@ // pahe.ink /teknoasian.com/.test(url) ? boostTimers() : null; + // goo.st - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/215 + /goo.st|(businesssoftwarehere|freevpshere|softwaresolutionshere|travelironguide).com/.test(url) ? boostTimers() : null; + })(); // ----- ----- ----- - // ----- Bypass FileCrypt( imported from https://greasyfork.org/scripts/403170) ----- (function() { 'use strict'; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index caa00bc..f3b7218 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1262,6 +1262,8 @@ // pahe.ink /teknoasian.com/.test(url) ? boostTimers() : null; + // goo.st - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/215 + /goo.st|(businesssoftwarehere|freevpshere|softwaresolutionshere|travelironguide).com/.test(url) ? boostTimers() : null; + })(); // ----- ----- ----- -