readd missing closing brackets

This commit is contained in:
Amm0ni4 2024-01-25 23:52:49 +00:00
parent dfb4250ba1
commit 32a835235a
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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);}});
}})();