mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
address issue adding autoclick
addressed https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
This commit is contained in:
parent
6a1a467fe1
commit
f1c99735a1
4 changed files with 12 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @version 91.6.8
|
||||
// @version 91.6.9
|
||||
// @noframes
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -755,6 +755,7 @@
|
|||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
// @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/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @version 91.6.8
|
||||
// @version 91.6.9
|
||||
// @noframes
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -755,6 +755,7 @@
|
|||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
// @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/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
@ -2248,6 +2249,9 @@
|
|||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link'); })}
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
|
||||
/lnk.news/.test(url) ? afterDOMLoaded(function() {clickIfExists('#csubmit')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -531,6 +532,9 @@
|
|||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link'); })}
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
|
||||
/lnk.news/.test(url) ? afterDOMLoaded(function() {clickIfExists('#csubmit')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -735,6 +735,7 @@ r1.foxylinks.site
|
|||
/loanoffering.in/
|
||||
/modijiurl.com/
|
||||
/4hi.in/
|
||||
/lnk.news/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
/(work.ink|workink.click)\/.*$/
|
||||
|
|
Loading…
Reference in a new issue