Built with Base44 Superagent — this source code was generated by Base44 Superagent.
Censorly is a browser extension that filters, hides, censors, or blurs unwanted words on any web page. Everything runs 100% client-side — there are zero API calls, no network requests, and no tracking of any kind.
This repository contains the source for all three supported browser variants. The only file that differs between them is manifest.json; all other files are shared and identical.
chrome/— Chrome, Edge, and Brave (Manifest V3 service worker)firefox/— Firefox (background scripts +browser_specific_settings.gecko)opera/— Opera (Manifest V3 service worker)
censorly/
README.md
LICENSE
chrome/ (manifest.json, background.js, content.js, popup.html, popup.js, icons/)
firefox/ (manifest.json, background.js, content.js, popup.html, popup.js, icons/)
opera/ (manifest.json, background.js, content.js, popup.html, popup.js, icons/)
Each variant's
icons/directory should containicon16.png,icon48.png, andicon128.png(referenced bymanifest.json). Add your icon assets there before loading the extension.
- Version: 5.7
- License: MIT
- CSS prefix:
cs- - Contact:censorlyextension@outlook.sg
- Website:https://censorly-extension.base44.app
- Firefox Add-ons (AMO):https://addons.mozilla.org/en-GB/android/addon/censorly/
- Download or clone this repository.
- Pick the folder for your browser (
chrome/,firefox/, oropera/). - Add your icon files to that variant's
icons/directory. - Load it unpacked:
- Chrome / Edge / Brave:
chrome://extensions→ enable Developer mode → Load unpacked. - Firefox:
about:debugging→ This Firefox → Load temporary add-on (select the folder'smanifest.json). - Opera:
extensionspage → enable Developer mode → Load unpacked.
- Chrome / Edge / Brave:
Censorly is desktop only and works on Windows, Mac, and Linux.