mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add droplink.co
This commit is contained in:
parent
80b953d925
commit
a79819bfef
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8.12
|
||||
// @version 92.8.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -730,6 +730,7 @@
|
|||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8.12
|
||||
// @version 92.8.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -730,6 +730,7 @@
|
|||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2379,6 +2380,9 @@
|
|||
/mastramstories.com\/api.php\?api/.test(url) ? redirect(atob(url.split('?api=')[1])) : null;
|
||||
/links.kmhd.net\/file/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
|
||||
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -887,6 +888,9 @@
|
|||
/mastramstories.com\/api.php\?api/.test(url) ? redirect(atob(url.split('?api=')[1])) : null;
|
||||
/links.kmhd.net\/file/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
|
||||
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -710,6 +710,7 @@ https://paster.so/*
|
|||
/wikijankari.com/
|
||||
/links.kmhd.net\/file/
|
||||
/mastramstories.com\/api.php\?api/
|
||||
/onlinetntextbooks.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue