mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add autoclick for olamovies link generator page
This commit is contained in:
parent
81007d5aae
commit
e94b9631af
4 changed files with 10 additions and 2 deletions
|
@ -719,6 +719,7 @@
|
|||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(playonpc.online|quins.us|(retrotechreborn|insurelean).com|gally.shop)\/.*/
|
||||
|
|
|
@ -719,6 +719,7 @@
|
|||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.(playonpc.online|quins.us|(retrotechreborn|insurelean).com|gally.shop)\/.*/
|
||||
|
@ -2567,10 +2568,12 @@
|
|||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/168
|
||||
/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;
|
||||
|
||||
// katmoviehd.wales
|
||||
/links.kmhd.net\/locked\?redirect=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// olamovies link generator
|
||||
/app2.olamovies.download\/generate\/\?id=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
|
|
|
@ -217,6 +217,7 @@
|
|||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1127,10 +1128,12 @@
|
|||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/168
|
||||
/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;
|
||||
|
||||
// katmoviehd.wales
|
||||
/links.kmhd.net\/locked\?redirect=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// olamovies link generator
|
||||
/app2.olamovies.download\/generate\/\?id=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
|
|
|
@ -700,6 +700,7 @@ https://paster.so/*
|
|||
/app.link2unlock.com/
|
||||
/freemodsapp.in/
|
||||
/pandaznetwork.com/
|
||||
/app2.olamovies.download\/generate\/\?id=/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.(playonpc.online|quins.us|(retrotechreborn|insurelean).com|gally.shop)\/.*/
|
||||
|
|
Loading…
Reference in a new issue