Upload files to "/"

This commit is contained in:
Amm0ni4 2024-01-25 23:44:46 +00:00
parent 6d32286fa5
commit dfb4250ba1
2 changed files with 2 additions and 2 deletions

View file

@ -83,6 +83,8 @@ def modify_script_extra(file_path):
strings_to_remove = [
" elementReady('[name=adcopy_response]')",
" const PHRASES = ['1.21 gigawatts'",
" 'heart break',",
" 'rolling stone'",
" const datalist = document.createElement('datalist')"
]
content = remove_lines_with_strings(content, strings_to_remove)

File diff suppressed because one or more lines are too long