add autoclick for olamovies link generator page

This commit is contained in:
Amm0ni4 2025-01-26 12:57:47 +01:00
parent 81007d5aae
commit e94b9631af
4 changed files with 10 additions and 2 deletions

View file

@ -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)\/.*/

View file

@ -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;

View file

@ -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;

View file

@ -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)\/.*/