mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
better bass64 tip
This commit is contained in:
parent
8343e87c06
commit
57decd3520
1 changed files with 1 additions and 1 deletions
2
.github/replace.py
vendored
2
.github/replace.py
vendored
|
|
@ -23,7 +23,7 @@ def do_some_individual_replaces(text):
|
||||||
text = re.sub('/devtools/#machine-learning2', '/devtools/#machine-learning-1', text)
|
text = re.sub('/devtools/#machine-learning2', '/devtools/#machine-learning-1', text)
|
||||||
|
|
||||||
#Base64-decoder script link
|
#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
|
return text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue