From 57decd3520b8c5118d9e62015004dfc3703ade9f Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:07:15 +0530 Subject: [PATCH] better bass64 tip --- .github/replace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/replace.py b/.github/replace.py index cbccc5d29..da5e3391c 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -23,7 +23,7 @@ def do_some_individual_replaces(text): text = re.sub('/devtools/#machine-learning2', '/devtools/#machine-learning-1', text) #Base64-decoder script link - text = re.sub('\*\* site or extension\.\n', '** site or extension\.\nAlternatively, install this [userscript](https://rentry.co/wc7s2/raw)\n', text, flags=re.MULTILINE) + text = re.sub('Use any **[Base64 Decoding](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encode_.2F_decode_urls)** site or extension.', 'Click on the inline text to copy them decoded.\n', text, flags=re.MULTILINE) return text