Originally created to reduce Elon Musk-related content on Reddit, F. ELON has evolved into a versatile keyword-based content filter for Reddit. The extension allows you to specify and filter out posts containing any keywords you want to see less of, working seamlessly on both old and new Reddit interfaces.
- Smart keyword-based post filtering that works across old.reddit.com and www.reddit.com
- Customizable filtering system - add or remove any keywords you want to filter
- Default configuration focused on Elon Musk-related content
- Real-time content filtering with automatic updates as you scroll
- Modern, accessible UI for easy keyword management
- Efficient performance with debounced filtering and optimized DOM operations
- Maintains Reddit's layout integrity while hiding filtered posts
- Clone this repository
- Open Firefox and navigate to
about:debugging - Click "This Firefox" in the left sidebar
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select
manifest.json
F.ELON/
├── src/
│ ├── background/
│ │ └── background.js # Background script for extension-wide functionality
│ ├── content/
│ │ └── content.js # Content script for Reddit page manipulation
│ ├── popup/
│ │ ├── popup.html # Extension popup interface
│ │ └── popup.js # Popup functionality
│ ├── styles/
│ │ └── popup.css # Styles for the popup interface
│ └── icons/ # Extension icons
├── manifest.json # Extension manifest
├── LICENSE # License information
└── README.md # This file
- Install a modern version of Firefox
- Enable extension debugging in Firefox
- Use the "Load Temporary Add-on" feature for testing
- Zip the contents of the extension directory
- Submit to Firefox Add-ons for review
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Added support for www.reddit.com (new Reddit)
- Improved performance with debouncing
- Enhanced accessibility
- Modern UI redesign
- Restructured codebase for better maintainability
- Initial release
- Support for old.reddit.com