https://github.com/jhleeeme/base64-observer
Detect & Decode of base64-encoded text in the current web page
https://github.com/jhleeeme/base64-observer
base64 chrome-extension decoder javascript js unlicense
Last synced: about 2 months ago
JSON representation
Detect & Decode of base64-encoded text in the current web page
- Host: GitHub
- URL: https://github.com/jhleeeme/base64-observer
- Owner: JHLeeeMe
- License: unlicense
- Created: 2024-03-27T03:59:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-05T05:21:14.000Z (12 months ago)
- Last Synced: 2025-01-17T03:49:04.057Z (3 months ago)
- Topics: base64, chrome-extension, decoder, javascript, js, unlicense
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# base64-observer

A Chrome extension for detecting and decoding base64-encoded text on web pages.## Key Features
#### Auto-Detect & Decode
- Scans and decodes base64 text automatically once a page's DOM is fully loaded, displaying the decoded text below the original.
#### Dynamic Content Support
- Utilizes MutationObserver to decode newly loaded elements within the page.
#### Selected Text Decoding & Copy
- decode and copy base64 encoded text to the clipboard when the user selects text with the mouse and right-clicks. (If the selected text is base64 encoded, it is decoded and copied.)---
Note: base64-observer is built for personal use and may not work perfectly in every scenario.