mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add zipshort
This commit is contained in:
parent
07ff5cbbbf
commit
ec7ed40cf0
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.3.1
|
// @version 92.3.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -769,6 +769,7 @@
|
||||||
// @include /odijob.com/
|
// @include /odijob.com/
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
|
// @include /ontechhindi.com/
|
||||||
// @include /filecrypt.(cc|co)/
|
// @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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.3.1
|
// @version 92.3.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -769,6 +769,7 @@
|
||||||
// @include /odijob.com/
|
// @include /odijob.com/
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
|
// @include /ontechhindi.com/
|
||||||
// @include /filecrypt.(cc|co)/
|
// @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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
@ -2383,6 +2384,12 @@
|
||||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
|
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
|
||||||
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
|
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
|
||||||
|
|
||||||
|
// zipshort.net - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9971779
|
||||||
|
/ontechhindi.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
clickIfExists('#rtg > center:nth-child(2) > button:nth-child(1)');
|
||||||
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
|
}) : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -163,6 +163,7 @@
|
||||||
// @include /odijob.com/
|
// @include /odijob.com/
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
|
// @include /ontechhindi.com/
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -765,6 +766,12 @@
|
||||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
|
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/94
|
||||||
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
|
/pahe.win/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {redirectIfExists('.redirect');}, 6000);}) : null;
|
||||||
|
|
||||||
|
// zipshort.net - https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9971779
|
||||||
|
/ontechhindi.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
clickIfExists('#rtg > center:nth-child(2) > button:nth-child(1)');
|
||||||
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
|
}) : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -749,6 +749,7 @@ https://paster.so/*
|
||||||
/odijob.com/
|
/odijob.com/
|
||||||
/wp2host.com/
|
/wp2host.com/
|
||||||
/pahe.win/
|
/pahe.win/
|
||||||
|
/ontechhindi.com/
|
||||||
/filecrypt.(cc|co)/
|
/filecrypt.(cc|co)/
|
||||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
/mega-enlace.com/
|
/mega-enlace.com/
|
||||||
|
|
Loading…
Reference in a new issue