From 1327befadb144b3045441b4610faf1c0bebe3d25 Mon Sep 17 00:00:00 2001 From: Luka Mamukashvili <57063715+USLTD@users.noreply.github.com> Date: Sat, 30 Dec 2023 06:46:51 +0400 Subject: [PATCH] New Base64 decoder Userscript Since original **base64** decoder script ([here](https://pastebin.com/0wvfVVut)) is outdated, I have decided to fix it and here is result. Since every **base64**-hidden text is under p > button.base64 > code element, I have simplified querying logic so no unnecessary loops. --- base64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base64.md b/base64.md index 16c01e94c..4b23f7b02 100644 --- a/base64.md +++ b/base64.md @@ -1,6 +1,6 @@ #### How-to Decode Links -Use a **[Base64 Decoder](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encode_.2F_decode)** or if you're on our site use this [script](https://pastebin.com/0wvfVVut). +Use a **[Base64 Decoder](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/adblock-vpn-privacy#wiki_.25B7_encode_.2F_decode)** or if you're on our site use this [script](https://pastebin.com/mQi74Pzv). ***