mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add timer skip for goo.st
This commit is contained in:
parent
7347a6380e
commit
b43b72e45a
2 changed files with 6 additions and 2 deletions
|
@ -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';
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue