This commit is contained in:
taskylizard 2023-11-06 00:14:40 +05:30
parent 57decd3520
commit 8b2ae07c58
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

2
.github/replace.py vendored
View File

@ -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('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)
text = re.sub('(.+?) site or extension\.\n', 'Click on the texts to copy them decoded.\n', text, flags=re.MULTILINE)
return text