mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
readd missing closing brackets
This commit is contained in:
parent
dfb4250ba1
commit
32a835235a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);}});
|
||||
}})();
|
||||
|
|
Loading…
Reference in a new issue