mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
faster bypass for pxanimeurdu
This commit is contained in:
parent
6bf878f2ba
commit
32a5dc42b4
5 changed files with 81 additions and 27 deletions
|
@ -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)\/.*/
|
||||
|
|
|
@ -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;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
|
|
@ -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)\/.*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue