mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
simple comment
This commit is contained in:
parent
960b1a7fee
commit
df9b530261
2 changed files with 2 additions and 2 deletions
|
@ -1868,7 +1868,7 @@
|
|||
//##Final button
|
||||
/shramikcard.in/.test(url) ? (() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))() : null; //Final button
|
||||
|
||||
// ssrmovies.rent
|
||||
// ssrmovies.rent mkvhub.rent
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)') : null;
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('#generater > img:nth-child(1)') : null;
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('#showlink') : null;
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
//##Final button
|
||||
/shramikcard.in/.test(url) ? (() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))() : null; //Final button
|
||||
|
||||
// ssrmovies.rent
|
||||
// ssrmovies.rent mkvhub.rent
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)') : null;
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('#generater > img:nth-child(1)') : null;
|
||||
/blogging.techworldx.net/.test(url) ? clickIfVisible('#showlink') : null;
|
||||
|
|
Loading…
Reference in a new issue