diff --git a/3_patch.py b/3_patch.py index 3027c28..ed64975 100644 --- a/3_patch.py +++ b/3_patch.py @@ -88,6 +88,7 @@ def modify_script_extra(file_path): " const datalist = document.createElement('datalist')" ] content = remove_lines_with_strings(content, strings_to_remove) + content += '\n}})();\n' # Add closing bracket ## Check known issues have been removed and remove antifeature label if corrected diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 7e555c5..9ca8234 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1691,3 +1691,4 @@ if (location.href.includes('autofaucet.dutchycorp.space/ptc/')) {console.log('Viewing Available Ads'); if (elementExists('.fa-check-double')) {console.log('All Available Ads Watched'); setTimeout(() => {window.location.replace('https://autofaucet.dutchycorp.space/dashboard.php');}, 3 * 1000);} setInterval(() => {if (Checkvisibility(bp('#submit_captcha'))) {bp("button[type='submit'].g-recaptcha").click();}}, 5 * 1000);}}); +}})();