mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-19 08:18:30 +05:00
add bypasses for ryuugames
This commit is contained in:
parent
959c63430b
commit
7b0cff2378
4 changed files with 22 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.32
|
||||
// @version 93.4.33
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -508,6 +508,8 @@
|
|||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||
// @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.32
|
||||
// @version 93.4.33
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -508,6 +508,8 @@
|
|||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||
// @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)/
|
||||
|
@ -2700,6 +2702,12 @@
|
|||
//redirectIfExists('a#fbtn1');
|
||||
}) : null;
|
||||
|
||||
// ryuugames
|
||||
/www.ryuugames.com\/\?eroge=.*$/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').href.split('?safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
}) : null;
|
||||
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -216,6 +216,8 @@
|
|||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1260,6 +1262,12 @@
|
|||
//redirectIfExists('a#fbtn1');
|
||||
}) : null;
|
||||
|
||||
// ryuugames
|
||||
/www.ryuugames.com\/\?eroge=.*$/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').href.split('?safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
}) : null;
|
||||
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -489,6 +489,8 @@ https://fc-lc.xyz/*
|
|||
*://upfiles.app/*
|
||||
https://datanodes.to/download
|
||||
*://dailyuploads.net/*
|
||||
*://www.ryuugames.com/?eroge=*
|
||||
*://anchoreth.com/r-adsh?t=i&v=*
|
||||
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