mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add publicearn.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/99
This commit is contained in:
parent
ec7ed40cf0
commit
c21f073f7a
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.2
|
||||
// @version 92.3.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -770,6 +770,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.2
|
||||
// @version 92.3.3
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -770,6 +770,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
@ -2390,6 +2391,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');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
// @include /wp2host.com/
|
||||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -772,6 +773,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');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -750,6 +750,7 @@ https://paster.so/*
|
|||
/wp2host.com/
|
||||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/newedutopics.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
|
|
Loading…
Reference in a new issue