FMHY Base64 Auto Decoder

Decode base64-encoded links in some pastebins and make URLs clickable

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
scuba3198
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
3
Βαθμολογίες
0 0 0
Έκδοση
3.0
Δημιουργήθηκε την
12/05/2026
Ενημερώθηκε την
12/05/2026
Μέγεθος
7 KB
Άδεια
MIT
Εφαρμόζεται σε

FMHY Base64 Auto Decoder

This userscript automatically detects and decodes Base64-encoded links found on popular pastebin and text-sharing sites. It is specifically designed to streamline the browsing experience for the FMHY community and general users who frequently encounter encoded URLs. By converting obfuscated strings back into clickable hyperlinks, it eliminates the need for manual copying and external decoding tools.

The script operates across several major platforms, including Rentry, Pastebin, and multiple PrivateBin instances such as Disroot and Textbin. It features a lightweight engine that scans the page content for valid Base64 patterns starting with common URL markers like "aHR0" (the encoded form of "http"). Once identified, the script decodes the string, sanitizes the output to prevent malicious script execution, and injects a live link directly into the webpage's interface.

Built with a focus on performance and security, the script uses a MutationObserver to ensure that content loaded dynamically or via AJAX is processed immediately without requiring a page refresh. It maintains the original styling of the host site while adding functionality, such as support for multi-line lists and automatic formatting of decoded results into clean, clickable HTML anchors.