diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 173360a..0a6bed7 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -576,7 +576,7 @@ // @include /linkspy.cc\/tr/ // @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ -// @include /((infytips|remixodiadj).in|(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 /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ // @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 61dd2b9..c5a4c5b 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -576,7 +576,7 @@ // @include /linkspy.cc\/tr/ // @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ -// @include /((infytips|remixodiadj).in|(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 /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ // @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/ @@ -1875,13 +1875,13 @@ // shon.xyz, seen in mega-descargas-serie.blogspot.com /shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null; - //vegamovies, worldfree4u, desiremovies.wales, hdhub4u.rsvp ... https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8508217 + //vegamovies, worldfree4u, desiremovies.wales, hdhub4u.joburg ... https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8508217 const redirectOrClickIfExistsEnabledWithDelay = (selector) => { afterDOMLoaded(function() { //Wait for the page to load let intervalId = setInterval(() => { //Check every 0.5s let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay }, 500);});}; - if (/((infytips|remixodiadj).in|(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)/.test(url)){ + if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/.test(url)){ if (url.includes('?r=')) redirect(atob(url.split('?r=')[1])); else redirectOrClickIfExistsEnabledWithDelay('.rd_btn'); } @@ -1992,14 +1992,6 @@ // https://droplink.co/4eSowGz4 used by leechpremium.link step 2 /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; - // ssrmovies.rent mkvhub.rent hdhub4u.rsvp - if (/blogging.techworldx.net|10beasts.biz/.test(url)) { - popupsToRedirects();//popupsToRedirects not working for this site apparently - clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)'); - clickIfVisible('#generater > img:nth-child(1)'); - clickIfVisible('#showlink'); - } - // starsddl.me /starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index d3b6ba5..716e302 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -23,7 +23,7 @@ // @include /linkspy.cc\/tr/ // @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ -// @include /((infytips|remixodiadj).in|(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 /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/ // @include /dropgalaxy.(com|co)\/drive/ // @include /short-ly.co/ // @include /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/ @@ -383,13 +383,13 @@ // shon.xyz, seen in mega-descargas-serie.blogspot.com /shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null; - //vegamovies, worldfree4u, desiremovies.wales, hdhub4u.rsvp ... https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8508217 + //vegamovies, worldfree4u, desiremovies.wales, hdhub4u.joburg ... https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8508217 const redirectOrClickIfExistsEnabledWithDelay = (selector) => { afterDOMLoaded(function() { //Wait for the page to load let intervalId = setInterval(() => { //Check every 0.5s let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay }, 500);});}; - if (/((infytips|remixodiadj).in|(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)/.test(url)){ + if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/.test(url)){ if (url.includes('?r=')) redirect(atob(url.split('?r=')[1])); else redirectOrClickIfExistsEnabledWithDelay('.rd_btn'); } @@ -500,14 +500,6 @@ // https://droplink.co/4eSowGz4 used by leechpremium.link step 2 /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; - // ssrmovies.rent mkvhub.rent hdhub4u.rsvp - if (/blogging.techworldx.net|10beasts.biz/.test(url)) { - popupsToRedirects();//popupsToRedirects not working for this site apparently - clickIfVisible('.wait > center:nth-child(1) > img:nth-child(1)'); - clickIfVisible('#generater > img:nth-child(1)'); - clickIfVisible('#showlink'); - } - // starsddl.me /starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; diff --git a/supported_sites.txt b/supported_sites.txt index 0edf49b..3a73393 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -556,7 +556,7 @@ https://paster.so/* /linkspy.cc\/tr/ /linkspy.cc\/\/a/ /www.ovagames.com\/.*\.html$/ -/((infytips|remixodiadj).in|(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)/ +/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org)/ /dropgalaxy.(com|co)\/drive/ /short-ly.co/ /(shramikcard|pmkisanlists|techishant|cinedesi|thevouz).in|cookad.net|tejtime24.com/