rename bypasses folder to extra_bypasses

This commit is contained in:
Amm0ni4 2024-02-07 16:18:23 +01:00
parent 75b563d55f
commit 41cd0226e8
4 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ def process_js_files(folder_path, target_file):
# Main function to execute the process
def main():
fixes_folder = "./bypasses"
fixes_folder = "./extra_bypasses"
target_file = "Bypass_All_Shortlinks.user.js"
process_js_files(fixes_folder, target_file)
print("Modification complete.")

View file

@ -25,7 +25,7 @@ Automatically bypass many link shorteners [(supported_sites.txt)](https://codebe
- The script will not inject that _iframe_ linking to `menrealitycalc.com`.
- The script will not inject this weird _"adcopy_response"_. (I don't see a clear purpose for this, since it doesn't seem related in the script to any specific link shortener)
- **Removed non-latin non-unicode characters** to avoid potential bug warnings.
- **Added extra bypasses** from the [bypasses folder](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/bypasses).
- **Added extra bypasses** from the [extra_bypasses folder](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/extra_bypasses).
Original script by *bloggerpemula*: [greasyfork.org/scripts/431691](https://greasyfork.org/scripts/431691)