mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +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
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.7.8
|
||||
// @version 92.7.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -734,7 +734,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.7.8
|
||||
// @version 92.7.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -734,7 +734,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @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)');
|
||||
}) : null;
|
||||
|
||||
// publicearn.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99
|
||||
/newedutopics.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
// publicearn.com - 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;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @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)');
|
||||
}) : null;
|
||||
|
||||
// publicearn.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99
|
||||
/newedutopics.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
// publicearn.com - 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;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
|
|
|
@ -714,7 +714,7 @@ https://paster.so/*
|
|||
/wp2host.com/
|
||||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/newedutopics.com/
|
||||
/thelatintwistcafe.com/
|
||||
/newshuta.in/
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
|
|
Loading…
Reference in a new issue