added reference with example for some bypasses

This commit is contained in:
Amm0ni4 2024-02-17 11:05:15 +01:00
parent 81567f3500
commit 4136b41ada
2 changed files with 8 additions and 8 deletions

View file

@ -1748,7 +1748,7 @@
//fc-lc //fc-lc
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
//shareus.io //shareus.io https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2
/shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null; /shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null;
//verpeliculasonline.org && subtituladas.com //verpeliculasonline.org && subtituladas.com
@ -1763,18 +1763,18 @@
//ouo.io //ouo.io
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null; /ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
//redbtn sites //rd_btn sites https://github.com/uBlockOrigin/uAssets/issues/22146
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/.test(url) ? /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//linkspy.cc & clicksfly.com concatenated //linkspy.cc & clicksfly.com concatenated https://github.com/FastForwardTeam/FastForward/issues/1352
if (/linkspy.cc\/tr/.test(url)){ if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]); var decodedUrl = atob(url.split('/tr/')[1]);
var urlParam = getParam(decodedUrl,'url'); var urlParam = getParam(decodedUrl,'url');
/clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); /clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
} }
//dropgalaxy //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null;
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null; /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null;
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() { /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {

View file

@ -79,7 +79,7 @@
//fc-lc //fc-lc
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
//shareus.io //shareus.io https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2
/shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null; /shareus.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#root > div > main > div.main-container-1 > div.main-container-2 > div:nth-child(1) > div.adunit-container > button')}) : null;
//verpeliculasonline.org && subtituladas.com //verpeliculasonline.org && subtituladas.com
@ -94,18 +94,18 @@
//ouo.io //ouo.io
/ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null; /ouo.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#btn-main')}) : null;
//redbtn sites //rd_btn sites https://github.com/uBlockOrigin/uAssets/issues/22146
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/.test(url) ? /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.org|theapknews.shop|trendzguruji.me)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//linkspy.cc & clicksfly.com concatenated //linkspy.cc & clicksfly.com concatenated https://github.com/FastForwardTeam/FastForward/issues/1352
if (/linkspy.cc\/tr/.test(url)){ if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]); var decodedUrl = atob(url.split('/tr/')[1]);
var urlParam = getParam(decodedUrl,'url'); var urlParam = getParam(decodedUrl,'url');
/clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); /clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
} }
//dropgalaxy //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null;
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null; /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#downloadbtn')}) : null;
/dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() { /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {