add timer skip for goo.st

This commit is contained in:
Amm0ni4 2025-01-25 21:54:08 +01:00
parent 7347a6380e
commit b43b72e45a
2 changed files with 6 additions and 2 deletions

View file

@ -2702,10 +2702,12 @@
// pahe.ink // pahe.ink
/teknoasian.com/.test(url) ? boostTimers() : null; /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) ----- // ----- Bypass FileCrypt( imported from https://greasyfork.org/scripts/403170) -----
(function() { (function() {
'use strict'; 'use strict';

View file

@ -1262,6 +1262,8 @@
// pahe.ink // pahe.ink
/teknoasian.com/.test(url) ? boostTimers() : null; /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;
})(); })();
// ----- ----- ----- // ----- ----- -----