mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +05:00
fix for publicearn
This commit is contained in:
parent
58156ac9fa
commit
9707ace613
4 changed files with 24 additions and 24 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.50
|
// @version 93.4.51
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -700,7 +700,7 @@
|
||||||
// @include /dramaday.me\/[^\/]+\/$/
|
// @include /dramaday.me\/[^\/]+\/$/
|
||||||
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
||||||
// @include /mobilenagari.com|defencewallah.in/
|
// @include /mobilenagari.com|defencewallah.in/
|
||||||
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
||||||
// @include /rocklinks.in/
|
// @include /rocklinks.in/
|
||||||
// @include /www.udlinks.com/
|
// @include /www.udlinks.com/
|
||||||
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.50
|
// @version 93.4.51
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -700,7 +700,7 @@
|
||||||
// @include /dramaday.me\/[^\/]+\/$/
|
// @include /dramaday.me\/[^\/]+\/$/
|
||||||
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
||||||
// @include /mobilenagari.com|defencewallah.in/
|
// @include /mobilenagari.com|defencewallah.in/
|
||||||
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
||||||
// @include /rocklinks.in/
|
// @include /rocklinks.in/
|
||||||
// @include /www.udlinks.com/
|
// @include /www.udlinks.com/
|
||||||
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
||||||
|
@ -2128,13 +2128,21 @@
|
||||||
/land.povathemes.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/land.povathemes.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// https://www.udlinks.com/kzrJRjj - https://publicearn.com/vrpNlNc
|
// https://www.udlinks.com/kzrJRjj - https://publicearn.com/vrpNlNc
|
||||||
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/.test(url) ? afterDOMLoaded(function() {
|
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.count = 0;
|
window.count = 0;
|
||||||
clickWithDelay('#tp98', 2000);
|
clickWithDelay('#tp98', 2000);
|
||||||
clickWithDelay('#btn6', 2000);
|
clickWithDelay('#btn6', 2000);
|
||||||
}) : null;
|
}) : null;
|
||||||
/www.udlinks.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/www.udlinks.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
|
// publicearn.com - https://t.me/edutechvn - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
||||||
|
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
count = 0;
|
||||||
|
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
// https://rocklinks.in/1ZqZZ2B
|
// https://rocklinks.in/1ZqZZ2B
|
||||||
/mobilenagari.com|defencewallah.in/.test(url) ? afterDOMLoaded(function() {
|
/mobilenagari.com|defencewallah.in/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExistsNonStop('a.bt-success');
|
clickIfExistsNonStop('a.bt-success');
|
||||||
|
@ -2531,14 +2539,6 @@
|
||||||
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// publicearn.com - https://t.me/edutechvn - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
|
||||||
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
|
||||||
count = 0;
|
|
||||||
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
|
||||||
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
|
||||||
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
|
||||||
}) : null;
|
|
||||||
|
|
||||||
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
// @include /^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
||||||
// @match https://fc-lc.xyz/*
|
// @match https://fc-lc.xyz/*
|
||||||
// @include /mobilenagari.com|defencewallah.in/
|
// @include /mobilenagari.com|defencewallah.in/
|
||||||
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
// @include /(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
||||||
// @include /rocklinks.in/
|
// @include /rocklinks.in/
|
||||||
// @include /www.udlinks.com/
|
// @include /www.udlinks.com/
|
||||||
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
// @include /techkhulasha.com|blog.bloggerishyt.in/
|
||||||
|
@ -688,13 +688,21 @@
|
||||||
/land.povathemes.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/land.povathemes.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// https://www.udlinks.com/kzrJRjj - https://publicearn.com/vrpNlNc
|
// https://www.udlinks.com/kzrJRjj - https://publicearn.com/vrpNlNc
|
||||||
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/.test(url) ? afterDOMLoaded(function() {
|
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.count = 0;
|
window.count = 0;
|
||||||
clickWithDelay('#tp98', 2000);
|
clickWithDelay('#tp98', 2000);
|
||||||
clickWithDelay('#btn6', 2000);
|
clickWithDelay('#btn6', 2000);
|
||||||
}) : null;
|
}) : null;
|
||||||
/www.udlinks.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/www.udlinks.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
|
// publicearn.com - https://t.me/edutechvn - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
||||||
|
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
count = 0;
|
||||||
|
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
// https://rocklinks.in/1ZqZZ2B
|
// https://rocklinks.in/1ZqZZ2B
|
||||||
/mobilenagari.com|defencewallah.in/.test(url) ? afterDOMLoaded(function() {
|
/mobilenagari.com|defencewallah.in/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExistsNonStop('a.bt-success');
|
clickIfExistsNonStop('a.bt-success');
|
||||||
|
@ -1091,14 +1099,6 @@
|
||||||
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// publicearn.com - https://t.me/edutechvn - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
|
||||||
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
|
||||||
count = 0;
|
|
||||||
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
|
||||||
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
|
||||||
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
|
||||||
}) : null;
|
|
||||||
|
|
||||||
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
// vnshortner - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149
|
||||||
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
/importantclass.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
window.countdown = 0;
|
window.countdown = 0;
|
||||||
|
|
|
@ -681,7 +681,7 @@ https://paster.so/*
|
||||||
/dramaday.me\/[^\/]+\/$/
|
/dramaday.me\/[^\/]+\/$/
|
||||||
/^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
/^https:\/\/(fitdynamos.com|labgame.io)\/.*$/
|
||||||
/mobilenagari.com|defencewallah.in/
|
/mobilenagari.com|defencewallah.in/
|
||||||
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
/(bgmiupdatehub|novelquote|superheromaniac|jkssbalerts|taazaloans|spatsify|sikhehindime|careersides).com|(sabarpratham|pubprofit|sarkariyojnaa).in|dear-lottery.org/
|
||||||
/rocklinks.in/
|
/rocklinks.in/
|
||||||
/www.udlinks.com/
|
/www.udlinks.com/
|
||||||
/techkhulasha.com|blog.bloggerishyt.in/
|
/techkhulasha.com|blog.bloggerishyt.in/
|
||||||
|
|
Loading…
Reference in a new issue