From 32a5dc42b4306421a99acc3667db77c48e5481c3 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 27 Feb 2025 01:29:08 +0100 Subject: [PATCH] faster bypass for pxanimeurdu --- Bypass_All_Shortlinks.meta.js | 3 +- Bypass_All_Shortlinks.user.js | 52 ++++++++++++++----- extra_bypasses/extra_bypasses.user.js | 50 +++++++++++++----- supported_sites.txt | 1 + ...ched_Bypass_All_Shortlinks_patched.user.js | 2 +- 5 files changed, 81 insertions(+), 27 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 811d5ba..a4195b8 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 94.0.11 +// @version 94.0.12 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -665,6 +665,7 @@ // @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/ // @include /tech.hipsonyc.com|itijobalert.in/ // @include /golink.(gyanitheme.com|bloggerishyt.in)/ +// @include /pxanimeurdu.com/ // @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(retrotechreborn|insurelean|ecosolardigest).com|gally.shop|qanin.xyz|evegor.net)\/.*/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 35eac77..2d4173f 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 94.0.11 +// @version 94.0.12 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -665,6 +665,7 @@ // @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/ // @include /tech.hipsonyc.com|itijobalert.in/ // @include /golink.(gyanitheme.com|bloggerishyt.in)/ +// @include /pxanimeurdu.com/ // @include /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/(.*\.|)(playonpc.online|quins.us|(retrotechreborn|insurelean|ecosolardigest).com|gally.shop|qanin.xyz|evegor.net)\/.*/ @@ -2443,27 +2444,49 @@ }) : null; // vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + function clickIfVisible3(selector) { + let intervalId = setInterval(() => { + let button = document.querySelector(selector); + if (button && button.offsetParent !== null) { + clearInterval(intervalId); + clickElement(button); + } + }, 1000); + } + /owoanime.com/.test(url) ? afterWindowLoaded(function() { + window.countdown = 0; + showPopup(); + clickIfVisible3('#pro-continue'); + clickIfVisible3('#pro-btn'); + }) : null; /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; showPopup(); - clickWithDelay('#my-btn', 3000); - }) : null; - /* /bebkub.com/.test(url) ? afterDOMLoaded(function() { - clickWithDelay('#pro-continue', 1000); - clickWithDelay('#VerifyBtn', 3000); - clickWithDelay('#pro-btn', 5000); - }) : null; */ - /owoanime.com/.test(url) ? afterDOMLoaded(function() { - window.countdown = 0; - showPopup(); - clickWithDelay('#pro-continue', 3000); - clickWithDelay('#pro-btn', 5000); + clickIfVisible3('#my-btn'); + clickIfVisible3('#my-btn2'); }) : null; /keedabankingnews.com/.test(url) ? afterWindowLoaded(function() { window.count = 0; clickIfExists('#tp-snp2'); }) : null; + + // pxanimeurdu.com + function setCookie(name, value) { + document.cookie = name + "=" + value + "; path=/"; + } + function getCookie(name) { + var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); + return match ? match[2] : null; + } + if (/pxanimeurdu.com/.test(url)){ + let pxcheckValue = getCookie("pxcheck"); + if (!pxcheckValue) { + setCookie("pxcheck", "aTBvaGg4a1dFMzNwcUM1aWtTaVprUT09"); + } + } + + // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { window.count = 0; @@ -2786,6 +2809,9 @@ // hdhub4u /bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? boostTimers2() : null; + // vnshortener.com + /owoanime.com|importantclass.com/.test(url) ? boostTimers2() : null; + })(); // ----- ----- ----- diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 83bb628..5a06deb 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -234,6 +234,7 @@ // @include /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/ // @include /tech.hipsonyc.com|itijobalert.in/ // @include /golink.(gyanitheme.com|bloggerishyt.in)/ +// @include /pxanimeurdu.com/ // @run-at document-start // ==/UserScript== @@ -1190,27 +1191,49 @@ }) : null; // vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + function clickIfVisible3(selector) { + let intervalId = setInterval(() => { + let button = document.querySelector(selector); + if (button && button.offsetParent !== null) { + clearInterval(intervalId); + clickElement(button); + } + }, 1000); + } + /owoanime.com/.test(url) ? afterWindowLoaded(function() { + window.countdown = 0; + showPopup(); + clickIfVisible3('#pro-continue'); + clickIfVisible3('#pro-btn'); + }) : null; /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; showPopup(); - clickWithDelay('#my-btn', 3000); - }) : null; - /* /bebkub.com/.test(url) ? afterDOMLoaded(function() { - clickWithDelay('#pro-continue', 1000); - clickWithDelay('#VerifyBtn', 3000); - clickWithDelay('#pro-btn', 5000); - }) : null; */ - /owoanime.com/.test(url) ? afterDOMLoaded(function() { - window.countdown = 0; - showPopup(); - clickWithDelay('#pro-continue', 3000); - clickWithDelay('#pro-btn', 5000); + clickIfVisible3('#my-btn'); + clickIfVisible3('#my-btn2'); }) : null; /keedabankingnews.com/.test(url) ? afterWindowLoaded(function() { window.count = 0; clickIfExists('#tp-snp2'); }) : null; + + // pxanimeurdu.com + function setCookie(name, value) { + document.cookie = name + "=" + value + "; path=/"; + } + function getCookie(name) { + var match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); + return match ? match[2] : null; + } + if (/pxanimeurdu.com/.test(url)){ + let pxcheckValue = getCookie("pxcheck"); + if (!pxcheckValue) { + setCookie("pxcheck", "aTBvaGg4a1dFMzNwcUM1aWtTaVprUT09"); + } + } + + // inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404 /(newshuta|5ghindi|gujaratalert|mahitimanch).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() { window.count = 0; @@ -1533,5 +1556,8 @@ // hdhub4u /bgmiaimassist.in|(stockwallah|inventoryidea).com/.test(url) ? boostTimers2() : null; + // vnshortener.com + /owoanime.com|importantclass.com/.test(url) ? boostTimers2() : null; + })(); // ----- ----- ----- diff --git a/supported_sites.txt b/supported_sites.txt index 19571f6..94f2967 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -647,6 +647,7 @@ https://paster.so/* /(desbloquea|drivelinks).me|(acortame-esto|recorta-enlace|enlace-protegido|super-enlace).com|short-info.link/ /tech.hipsonyc.com|itijobalert.in/ /golink.(gyanitheme.com|bloggerishyt.in)/ +/pxanimeurdu.com/ /^(https?:\/\/)(.+)?((actualpost|americanstylo|beautifulfashionnailart|dadinthemaking|glowandglamcorner|listofthis|lobirtech|travelperi|vepiv|seydisehirmansethaber|turkiyertg|tophotelsukraine|balatroltd|tenorminiuk|icryptowin|chronoat|ecoinfotec|bcsclass|mainitbd|newselab|dizok|uzaay|tophistoryview|9sblog|ubnem|techavash|6harfli|professionaley|playghub|apkvmod|apkallworld|techoflix|toplistee|games2mobile|nivtu|bflig|jplna|bilgilendirici|zoninews|smoplay|m-womenstyle|bnirfinance|fuyde).com|(makego|sakazi|momge|englishgrammarpro|arab-plus).net|askerlikforum.com.tr|misterio.ro|(forp|bevery|fanuze).xyz|gamcabd.org|gamerking.shop)(\/.*)/ /(mega-enlace|acortados).com/ /^https:\/\/(.*\.|)(playonpc.online|quins.us|(retrotechreborn|insurelean|ecosolardigest).com|gally.shop|qanin.xyz|evegor.net)\/.*/ diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index c30f00d..87211f2 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 94.0.11 +// @version 94.0.12 // @match *://*/* // @grant GM_setValue // @grant GM_getValue