diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 537cf07..488e268 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 91.8.2 +// @version 91.8.3 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -670,7 +670,7 @@ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ -// @include /shramikcard.in/ +// @include /(shramikcard|pmkisanlists).in/ // @include /blogging.techworldx.net/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index a4d9a66..26a50c1 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 91.8.2 +// @version 91.8.3 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -670,7 +670,7 @@ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ -// @include /shramikcard.in/ +// @include /(shramikcard|pmkisanlists).in/ // @include /blogging.techworldx.net/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ @@ -2010,15 +2010,17 @@ // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; - // multimovies.uno + // multimovies.space //##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)); - /shramikcard.in/.test(url) ? handleShamikcardButtons('#topButton', 'Click to Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#topButton', 'Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#bottomButton', 'Click to Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#bottomButton', 'Continue') : null; - //##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 + if (/(shramikcard|pmkisanlists).in/.test(url)){ + handleShamikcardButtons('#topButton', 'Click to Continue'); + handleShamikcardButtons('#topButton', 'Continue'); + handleShamikcardButtons('#bottomButton', 'Click to Continue'); + handleShamikcardButtons('#bottomButton', 'Continue'); + //##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 + } // ssrmovies.rent mkvhub.rent /blogging.techworldx.net/.test(url) ? clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)') : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 6ed4770..194054d 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -27,7 +27,7 @@ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ -// @include /shramikcard.in/ +// @include /(shramikcard|pmkisanlists).in/ // @include /blogging.techworldx.net/ // @include /starsddl.me\/short/ // @include /tech.unblockedgames.world/ @@ -290,15 +290,17 @@ // short-ly.co https://github.com/FastForwardTeam/FastForward/issues/1363 /short-ly.co/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-secondary')}) : null; - // multimovies.uno + // multimovies.space //##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)); - /shramikcard.in/.test(url) ? handleShamikcardButtons('#topButton', 'Click to Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#topButton', 'Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#bottomButton', 'Click to Continue') : null; - /shramikcard.in/.test(url) ? handleShamikcardButtons('#bottomButton', 'Continue') : null; - //##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 + if (/(shramikcard|pmkisanlists).in/.test(url)){ + handleShamikcardButtons('#topButton', 'Click to Continue'); + handleShamikcardButtons('#topButton', 'Continue'); + handleShamikcardButtons('#bottomButton', 'Click to Continue'); + handleShamikcardButtons('#bottomButton', 'Continue'); + //##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 + } // ssrmovies.rent mkvhub.rent /blogging.techworldx.net/.test(url) ? clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)') : null; diff --git a/supported_sites.txt b/supported_sites.txt index a86c5e1..037b6cd 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -649,7 +649,7 @@ r1.foxylinks.site /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ /dropgalaxy.(com|co)\/drive/ /short-ly.co/ -/shramikcard.in/ +/(shramikcard|pmkisanlists).in/ /blogging.techworldx.net/ /starsddl.me\/short/ /tech.unblockedgames.world/