A Chrome extension that automatically detects and covers any text mentioning Trump with a black overlay. When users hover over the covered text, a tooltip appears indicating that the content has been hidden.
Here's how the extension works in practice:
The extension automatically detects and covers Trump-related text with a black overlay. Hovering over the censored text shows a tooltip indicating that content has been hidden.
-
Download this extension:
- Click the green "Code" button above
- Select "Download ZIP"
- Extract the ZIP file to a folder on your computer
-
Install in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the
release/detrump-extensionfolder from the extracted files
- Open Chrome and go to
That's it! The extension will now automatically censor Trump-related content on all websites.
- Automatically detects and covers mentions of "Trump", "Trumps", "Donald Trump", or "Donald Trumps" (case-insensitive)
- Real-time content scanning for dynamically loaded content
- Hover tooltips to indicate hidden content
- Minimal performance impact
- Works on all websites
release/detrump-extension/
├── manifest.json # Extension configuration
├── content.js # Main content script
├── styles.css # Styling for covered text
├── icons/ # Extension icons
└── screenshots/ # Extension screenshots
- Chrome Browser
- Developer mode enabled in Chrome extensions
- Open
test.htmlin your browser - The extension should automatically cover all Trump-related text
- Hover over covered text to see tooltips
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the terms included in the LICENSE file.
This extension operates entirely client-side and does not collect or transmit any data.
