From 41cd0226e8f2a7f79a9b5d645fdca391f8e29169 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 7 Feb 2024 16:18:23 +0100 Subject: [PATCH] rename bypasses folder to extra_bypasses --- 4_add_extra_bypasses.py | 2 +- README.md | 2 +- {bypasses => extra_bypasses}/dropgalaxy.user.js | 0 {bypasses => extra_bypasses}/shareus.io.user.js | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {bypasses => extra_bypasses}/dropgalaxy.user.js (100%) rename {bypasses => extra_bypasses}/shareus.io.user.js (100%) diff --git a/4_add_extra_bypasses.py b/4_add_extra_bypasses.py index f822a73..c04dbfb 100644 --- a/4_add_extra_bypasses.py +++ b/4_add_extra_bypasses.py @@ -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.") diff --git a/README.md b/README.md index aa60b90..72112ed 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bypasses/dropgalaxy.user.js b/extra_bypasses/dropgalaxy.user.js similarity index 100% rename from bypasses/dropgalaxy.user.js rename to extra_bypasses/dropgalaxy.user.js diff --git a/bypasses/shareus.io.user.js b/extra_bypasses/shareus.io.user.js similarity index 100% rename from bypasses/shareus.io.user.js rename to extra_bypasses/shareus.io.user.js