A simple Firefox extension that enables contentEditable mode on any webpage with a single click.
- ✅ Toggle body
contentEditableattribute - ✅ Works on any webpage
- ✅ Lightweight & open-source
This extension requires the following permissions:
tabs– To detect the active tab and modify its content.activeTab– To modify the currently active page.scripting– To inject scripts that enable content editing.
Your privacy is important! This extension does not collect any personal data or track your browsing activity.
- Go to the official add-on page
- Click Add to Firefox
- Click the extension icon in the toolbar
- The page becomes editable (you can modify any text)
- Click again to disable edit mode
Contributions are welcome! Feel free to submit an issue or pull request. See the Contribution Guide for more details.
- Install dependencies
npm install
- Compile the extension into
web-ext-artifactsdirectorynpm run build
This project is licensed under the MIT License.
- 🔗 Firefox Add-on Page: Content Editable
- 📂 GitHub Repository: GitHub
- 🐞 Report Issues: GitHub Issues