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; + })(); // ----- ----- ----- -