minor fix prev commit file-upload

This commit is contained in:
Amm0ni4 2025-03-03 00:00:02 +01:00
parent d959941551
commit ce07638c5f
4 changed files with 9 additions and 5 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.33
// @version 94.0.34
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 94.0.33
// @version 94.0.34
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -2835,7 +2835,9 @@
// file-upload.org
/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;
// up-4ever.net

View file

@ -1582,7 +1582,9 @@
// file-upload.org
/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;
// up-4ever.net

View file

@ -37,7 +37,7 @@
// @namespace Violentmonkey Scripts
// @run-at document-start
// @author Bloggerpemula
// @version 94.0.33
// @version 94.0.34
// @match *://*/*
// @grant GM_setValue
// @grant GM_getValue