mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-14 23:13:46 +05:00
add anylinks.in (olamovies) bypass by Anon991299
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
This commit is contained in:
parent
3700d7fa24
commit
a4b51b05a0
4 changed files with 28 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.9
|
||||
// @version 93.4.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -504,6 +504,8 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @match https://paster.so/*
|
||||
// @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.9
|
||||
// @version 93.4.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -504,6 +504,8 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @match https://paster.so/*
|
||||
// @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
|
||||
|
@ -2624,6 +2626,15 @@
|
|||
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||
|
||||
// Anylinks.in - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||
if (/ukrupdate.com|aryx.xyz/.test(window.location.href)) {
|
||||
let delay = 10000;
|
||||
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||
window.addEventListener('load', function() {
|
||||
setTimeout(() => document.getElementById('btn6').click(), delay);
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -208,6 +208,8 @@
|
|||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1184,6 +1186,15 @@
|
|||
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||
|
||||
// Anylinks.in - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||
if (/ukrupdate.com|aryx.xyz/.test(window.location.href)) {
|
||||
let delay = 10000;
|
||||
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||
window.addEventListener('load', function() {
|
||||
setTimeout(() => document.getElementById('btn6').click(), delay);
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -485,6 +485,8 @@ https://linkvertise.com/*
|
|||
https://bypass.city/bypass?bypass=*
|
||||
https://adbypass.org/bypass?bypass=*
|
||||
https://fc-lc.xyz/*
|
||||
*://*.ukrupdate.com/*
|
||||
*://*.aryx.xyz/*
|
||||
https://paster.so/*
|
||||
/^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
|
||||
|
|
Loading…
Reference in a new issue