mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fix publicearn
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
This commit is contained in:
parent
2ee38ab75e
commit
26884dbb7c
4 changed files with 18 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.7.8
|
// @version 92.7.9
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -734,7 +734,7 @@
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /thelatintwistcafe.com/
|
||||||
// @include /newshuta.in/
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.7.8
|
// @version 92.7.9
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -734,7 +734,7 @@
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /thelatintwistcafe.com/
|
||||||
// @include /newshuta.in/
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||||
|
@ -2396,10 +2396,12 @@
|
||||||
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://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99
|
// publicearn.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
||||||
/newedutopics.com/.test(url) ? afterDOMLoaded(function() {
|
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('#tp98');
|
count = 0;
|
||||||
clickIfExists('#btn6');
|
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||||
|
|
|
@ -164,7 +164,7 @@
|
||||||
// @include /wp2host.com/
|
// @include /wp2host.com/
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /thelatintwistcafe.com/
|
||||||
// @include /newshuta.in/
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||||
|
@ -818,10 +818,12 @@
|
||||||
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://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99
|
// publicearn.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/161
|
||||||
/newedutopics.com/.test(url) ? afterDOMLoaded(function() {
|
/thelatintwistcafe.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('#tp98');
|
count = 0;
|
||||||
clickIfExists('#btn6');
|
setTimeout(function() {document.querySelector('#tp98').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#btn6').click();}, 3000);
|
||||||
|
setTimeout(function() {document.querySelector('#.tp-blue').click();}, 3000);
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||||
|
|
|
@ -714,7 +714,7 @@ https://paster.so/*
|
||||||
/wp2host.com/
|
/wp2host.com/
|
||||||
/pahe.win/
|
/pahe.win/
|
||||||
/ontechhindi.com/
|
/ontechhindi.com/
|
||||||
/newedutopics.com/
|
/thelatintwistcafe.com/
|
||||||
/newshuta.in/
|
/newshuta.in/
|
||||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||||
|
|
Loading…
Reference in a new issue