mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +05:00
fix lksfy
This commit is contained in:
parent
ff02501f46
commit
641dde7108
4 changed files with 30 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.47
|
// @version 93.4.48
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -712,7 +712,8 @@
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /stockwallah.com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
|
// @include /linkshortify.in|lksfy.com/
|
||||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||||
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.47
|
// @version 93.4.48
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -712,7 +712,8 @@
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /stockwallah.com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
|
// @include /linkshortify.in|lksfy.com/
|
||||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||||
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
|
@ -1953,7 +1954,7 @@
|
||||||
setTimeout(() => button.click(), 500);
|
setTimeout(() => button.click(), 500);
|
||||||
}
|
}
|
||||||
}, 2000));
|
}, 2000));
|
||||||
if (/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/.test(url)){
|
if (/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/.test(url)){
|
||||||
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
||||||
afterWindowLoaded(function() {modifyScript('timeLeft = duration', 'timeLeft = 0')}); // skip timers
|
afterWindowLoaded(function() {modifyScript('timeLeft = duration', 'timeLeft = 0')}); // skip timers
|
||||||
//##Intermediate buttons
|
//##Intermediate buttons
|
||||||
|
@ -1965,7 +1966,15 @@
|
||||||
//##Final button
|
//##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
|
(() => 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() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
let intervalId = setInterval(() => {
|
||||||
|
const button = document.querySelector('a.get-link');
|
||||||
|
if (button && checkCloudflareCaptchaSolved() && !button.classList.contains('disabled')) {
|
||||||
|
clearInterval(intervalId);
|
||||||
|
button.click();
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||||
|
|
|
@ -199,7 +199,8 @@
|
||||||
// @include /hubcloud.club\/tg\/go.php\?re=/
|
// @include /hubcloud.club\/tg\/go.php\?re=/
|
||||||
// @include /stockwallah.com/
|
// @include /stockwallah.com/
|
||||||
// @include /^https:\/\/relampagomovies\.com\/.+/
|
// @include /^https:\/\/relampagomovies\.com\/.+/
|
||||||
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
// @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
|
// @include /linkshortify.in|lksfy.com/
|
||||||
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
// @include /tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||||
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
// @include /^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
|
@ -513,7 +514,7 @@
|
||||||
setTimeout(() => button.click(), 500);
|
setTimeout(() => button.click(), 500);
|
||||||
}
|
}
|
||||||
}, 2000));
|
}, 2000));
|
||||||
if (/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/.test(url)){
|
if (/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/.test(url)){
|
||||||
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
|
||||||
afterWindowLoaded(function() {modifyScript('timeLeft = duration', 'timeLeft = 0')}); // skip timers
|
afterWindowLoaded(function() {modifyScript('timeLeft = duration', 'timeLeft = 0')}); // skip timers
|
||||||
//##Intermediate buttons
|
//##Intermediate buttons
|
||||||
|
@ -525,7 +526,15 @@
|
||||||
//##Final button
|
//##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
|
(() => 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() {clickIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF
|
/linkshortify.in|lksfy.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
let intervalId = setInterval(() => {
|
||||||
|
const button = document.querySelector('a.get-link');
|
||||||
|
if (button && checkCloudflareCaptchaSolved() && !button.classList.contains('disabled')) {
|
||||||
|
clearInterval(intervalId);
|
||||||
|
button.click();
|
||||||
|
}
|
||||||
|
}, 1000);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10649981
|
||||||
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
// https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/263369
|
||||||
|
|
|
@ -693,7 +693,8 @@ https://paster.so/*
|
||||||
/hubcloud.club\/tg\/go.php\?re=/
|
/hubcloud.club\/tg\/go.php\?re=/
|
||||||
/stockwallah.com/
|
/stockwallah.com/
|
||||||
/^https:\/\/relampagomovies\.com\/.+/
|
/^https:\/\/relampagomovies\.com\/.+/
|
||||||
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/
|
/(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|(tejtime24|cyberlynews|quizrent).com/
|
||||||
|
/linkshortify.in|lksfy.com/
|
||||||
/tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
/tii.la|oei.la|iir.la|tvi.la|oii.la|tpi.li|lnbz.la/
|
||||||
/^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
/^https:\/\/[^\/]+\/safe\.php\?link=https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
/^https:\/\/modijiurl\.com\/[^\/]+\/\?mid=.*$/
|
||||||
|
|
Loading…
Reference in a new issue