mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-15 15:33:48 +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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.9
|
// @version 93.4.10
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -504,6 +504,8 @@
|
||||||
// @match https://bypass.city/bypass?bypass=*
|
// @match https://bypass.city/bypass?bypass=*
|
||||||
// @match https://adbypass.org/bypass?bypass=*
|
// @match https://adbypass.org/bypass?bypass=*
|
||||||
// @match https://fc-lc.xyz/*
|
// @match https://fc-lc.xyz/*
|
||||||
|
// @match *://*.ukrupdate.com/*
|
||||||
|
// @match *://*.aryx.xyz/*
|
||||||
// @match https://paster.so/*
|
// @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 /^(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)/
|
// @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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.9
|
// @version 93.4.10
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -504,6 +504,8 @@
|
||||||
// @match https://bypass.city/bypass?bypass=*
|
// @match https://bypass.city/bypass?bypass=*
|
||||||
// @match https://adbypass.org/bypass?bypass=*
|
// @match https://adbypass.org/bypass?bypass=*
|
||||||
// @match https://fc-lc.xyz/*
|
// @match https://fc-lc.xyz/*
|
||||||
|
// @match *://*.ukrupdate.com/*
|
||||||
|
// @match *://*.aryx.xyz/*
|
||||||
// @match https://paster.so/*
|
// @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 /^(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)/
|
// @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 - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
/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() {
|
(function() {
|
||||||
|
|
|
@ -208,6 +208,8 @@
|
||||||
// @include /paster.gg/
|
// @include /paster.gg/
|
||||||
// @include /go.zovo.ink/
|
// @include /go.zovo.ink/
|
||||||
// @include /^https:\/\/kisalt\.com\/.*/
|
// @include /^https:\/\/kisalt\.com\/.*/
|
||||||
|
// @match *://*.ukrupdate.com/*
|
||||||
|
// @match *://*.aryx.xyz/*
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -1184,6 +1186,15 @@
|
||||||
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
/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() {
|
(function() {
|
||||||
|
|
|
@ -485,6 +485,8 @@ https://linkvertise.com/*
|
||||||
https://bypass.city/bypass?bypass=*
|
https://bypass.city/bypass?bypass=*
|
||||||
https://adbypass.org/bypass?bypass=*
|
https://adbypass.org/bypass?bypass=*
|
||||||
https://fc-lc.xyz/*
|
https://fc-lc.xyz/*
|
||||||
|
*://*.ukrupdate.com/*
|
||||||
|
*://*.aryx.xyz/*
|
||||||
https://paster.so/*
|
https://paster.so/*
|
||||||
/^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
/^(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)/
|
/(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