add autoredirect for pahe.win

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
This commit is contained in:
Amm0ni4 2024-07-07 09:31:18 +02:00
parent 875a1ff695
commit 07ff5cbbbf
4 changed files with 12 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.3
// @version 92.3.1
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -768,6 +768,7 @@
// @include /kbconlinegame.com/
// @include /odijob.com/
// @include /wp2host.com/
// @include /pahe.win/
// @include /filecrypt.(cc|co)/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 92.3
// @version 92.3.1
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -768,6 +768,7 @@
// @include /kbconlinegame.com/
// @include /odijob.com/
// @include /wp2host.com/
// @include /pahe.win/
// @include /filecrypt.(cc|co)/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/
@ -2379,6 +2380,9 @@
}) : null;
/odijob.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#my-btn')}) : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
})();
(function() {

View file

@ -162,6 +162,7 @@
// @include /kbconlinegame.com/
// @include /odijob.com/
// @include /wp2host.com/
// @include /pahe.win/
// @run-at document-start
// ==/UserScript==
@ -761,6 +762,9 @@
}) : null;
/odijob.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#my-btn')}) : null;
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
})();
(function() {

View file

@ -748,6 +748,7 @@ https://paster.so/*
/kbconlinegame.com/
/odijob.com/
/wp2host.com/
/pahe.win/
/filecrypt.(cc|co)/
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
/mega-enlace.com/