mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
fix lksfy
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/129
This commit is contained in:
parent
ef94ab7397
commit
c5693b33e1
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4.3
|
||||
// @version 92.4.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -610,7 +610,7 @@
|
|||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4.3
|
||||
// @version 92.4.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -610,7 +610,7 @@
|
|||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -2002,7 +2002,7 @@
|
|||
// multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/91
|
||||
//##Intermediate buttons
|
||||
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
|
||||
if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){
|
||||
if (/(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/.test(url)){
|
||||
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
||||
handleShamikcardButtons('#topButton', 'Click to Continue');
|
||||
handleShamikcardButtons('#topButton', 'Continue');
|
||||
|
@ -2012,7 +2012,7 @@
|
|||
//##Final button
|
||||
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
|
||||
}
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
|
||||
// ssrmovies.rent mkvhub.rent hdhub4u.rsvp
|
||||
if (/blogging.techworldx.net|10beasts.biz/.test(url)) {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
||||
// @include /dropgalaxy.(com|co)\/drive/
|
||||
// @include /short-ly.co/
|
||||
// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/
|
||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/
|
||||
// @include /blogging.techworldx.net|10beasts.biz/
|
||||
// @include /starsddl.me\/short/
|
||||
// @include /tech.unblockedgames.world/
|
||||
|
@ -390,7 +390,7 @@
|
|||
// multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/91
|
||||
//##Intermediate buttons
|
||||
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
|
||||
if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){
|
||||
if (/(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/.test(url)){
|
||||
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
||||
handleShamikcardButtons('#topButton', 'Click to Continue');
|
||||
handleShamikcardButtons('#topButton', 'Continue');
|
||||
|
@ -400,7 +400,7 @@
|
|||
//##Final button
|
||||
(() => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector('#bottomButton'); if (button && button.textContent.includes('Get Link') && button.style.display === 'block') { setTimeout(() => button.click(), 2000); } }, 1000)))(); //Final button
|
||||
}
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
||||
|
||||
// ssrmovies.rent mkvhub.rent hdhub4u.rsvp
|
||||
if (/blogging.techworldx.net|10beasts.biz/.test(url)) {
|
||||
|
|
|
@ -590,7 +590,7 @@ https://paster.so/*
|
|||
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
||||
/dropgalaxy.(com|co)\/drive/
|
||||
/short-ly.co/
|
||||
/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/
|
||||
/(shramikcard|pmkisanlists|techishant|cinedesi).in|cookad.net|tejtime24.com/
|
||||
/blogging.techworldx.net|10beasts.biz/
|
||||
/starsddl.me\/short/
|
||||
/tech.unblockedgames.world/
|
||||
|
|
Loading…
Reference in a new issue