Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 17 hours 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-05T05:21:14.000Z (9 months ago)
- Last Synced: 2024-05-05T06:25:04.348Z (9 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
![copyToClipboard](https://github.com/JHLeeeMe/base64-observer/assets/31606119/661a3f82-bde0-415b-b694-f35f27652344)
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.