From dc08bf15daeba0c66f17b86043f21697f65e40c1 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 1 Jun 2024 15:00:53 +0200 Subject: [PATCH] bypass added for lksfy.com https://github.com/FastForwardTeam/FastForward/issues/1434 lksfy.com/59EhFF --- Bypass_All_Shortlinks.meta.js | 5 +++-- Bypass_All_Shortlinks.user.js | 11 +++++++---- extra_bypasses/extra_bypasses.user.js | 9 ++++++--- supported_sites.txt | 3 ++- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 401007b..bc67344 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.1.1 +// @version 92.1.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -663,7 +663,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).in|cookad.net/ +// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/ // @include /blogging.techworldx.net|10beasts.biz/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ @@ -785,6 +785,7 @@ // @include /readytechflip.com/ // @include /fitnessholic.net\/token.php\?post=/ // @include /fitnessholic.net/ +// @include /linkshortify.in/ // @include /filecrypt.(cc|co)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /mega-enlace.com/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 8e5895f..f4a8184 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.1.1 +// @version 92.1.2 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -663,7 +663,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).in|cookad.net/ +// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/ // @include /blogging.techworldx.net|10beasts.biz/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ @@ -785,6 +785,7 @@ // @include /readytechflip.com/ // @include /fitnessholic.net\/token.php\?post=/ // @include /fitnessholic.net/ +// @include /linkshortify.in/ // @include /filecrypt.(cc|co)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /mega-enlace.com/ @@ -1999,18 +2000,20 @@ // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; - // multimovies.space + // multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434 //##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).in|cookad.net/.test(url)){ + if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){ preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently handleShamikcardButtons('#topButton', 'Click to Continue'); handleShamikcardButtons('#topButton', 'Continue'); handleShamikcardButtons('#bottomButton', 'Click to Continue'); handleShamikcardButtons('#bottomButton', 'Continue'); + handleShamikcardButtons('#bottomButton', 'Next'); // added for https://lksfy.com/59EhFF //##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/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF // ssrmovies.rent mkvhub.rent hdhub4u.rsvp if (/blogging.techworldx.net|10beasts.biz/.test(url)) { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index a88c815..f2db731 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -26,7 +26,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).in|cookad.net/ +// @include /(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/ // @include /blogging.techworldx.net|10beasts.biz/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ @@ -148,6 +148,7 @@ // @include /readytechflip.com/ // @include /fitnessholic.net\/token.php\?post=/ // @include /fitnessholic.net/ +// @include /linkshortify.in/ // @run-at document-start // ==/UserScript== @@ -318,18 +319,20 @@ // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; - // multimovies.space + // multimovies.space, https://github.com/FastForwardTeam/FastForward/issues/1434 //##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).in|cookad.net/.test(url)){ + if (/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/.test(url)){ preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently handleShamikcardButtons('#topButton', 'Click to Continue'); handleShamikcardButtons('#topButton', 'Continue'); handleShamikcardButtons('#bottomButton', 'Click to Continue'); handleShamikcardButtons('#bottomButton', 'Continue'); + handleShamikcardButtons('#bottomButton', 'Next'); // added for https://lksfy.com/59EhFF //##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/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; // added for https://lksfy.com/59EhFF // ssrmovies.rent mkvhub.rent hdhub4u.rsvp if (/blogging.techworldx.net|10beasts.biz/.test(url)) { diff --git a/supported_sites.txt b/supported_sites.txt index 81529ac..976db80 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -643,7 +643,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).in|cookad.net/ +/(shramikcard|pmkisanlists|techishant).in|cookad.net|tejtime24.com/ /blogging.techworldx.net|10beasts.biz/ /starsddl.me\/short/ /tech.unblockedgames.world/ @@ -765,6 +765,7 @@ https://paster.so/* /readytechflip.com/ /fitnessholic.net\/token.php\?post=/ /fitnessholic.net/ +/linkshortify.in/ /filecrypt.(cc|co)/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ /mega-enlace.com/