mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-04 06:19:39 +05:00
minor fix prev commit file-upload
This commit is contained in:
parent
d959941551
commit
ce07638c5f
4 changed files with 9 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 94.0.33
|
// @version 94.0.34
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 94.0.33
|
// @version 94.0.34
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -2835,7 +2835,9 @@
|
||||||
|
|
||||||
// file-upload.org
|
// file-upload.org
|
||||||
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
|
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2');
|
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2[name="method_free"]');
|
||||||
|
clickIfHCaptchaSolved('#downloadbtn:not([disabled="disabled"])');
|
||||||
|
redirectIfNotDisabled('a#downloadButton');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// up-4ever.net
|
// up-4ever.net
|
||||||
|
|
|
@ -1582,7 +1582,9 @@
|
||||||
|
|
||||||
// file-upload.org
|
// file-upload.org
|
||||||
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
|
/file-upload.org/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2');
|
clickIfExists('.btn.btn-outline-primary.submit-btn.m-2[name="method_free"]');
|
||||||
|
clickIfHCaptchaSolved('#downloadbtn:not([disabled="disabled"])');
|
||||||
|
redirectIfNotDisabled('a#downloadButton');
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
// up-4ever.net
|
// up-4ever.net
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Bloggerpemula
|
// @author Bloggerpemula
|
||||||
// @version 94.0.33
|
// @version 94.0.34
|
||||||
// @match *://*/*
|
// @match *://*/*
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
|
Loading…
Reference in a new issue