A Chrome extension that blocks YouTube Shorts and Playables from your feed, helping you stay focused on regular YouTube content.
- Blocks YouTube Shorts from appearing in your feed
- Blocks YouTube Playables
- Hides the Shorts section in the sidebar
- Tracks the number of Shorts and Playables blocked
- Modern, clean UI with Tailwind CSS
- Toggle controls for enabling/disabling blocking features
Download from the Chrome Web Store
- Download or clone this repository to your local machine
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the
chrome-extension
folder from the repository - The extension should now be installed and active in your browser
- Click the extension icon in your Chrome toolbar to open the popup
- Use the toggle switches to enable or disable blocking of Shorts and Playables
- View statistics on how many Shorts and Playables have been blocked
- Click "Reset Statistics" to reset the counter
The extension is built with the following technologies:
- Vanilla JavaScript
- Tailwind CSS for styling
- Chrome Extension Manifest V3
We welcome contributions to the project! To get started:
- Fork the repository: Create your own copy of this repository.
- Clone your fork: Clone the fork to your local machine.
- Create a new branch: Create a feature branch for your changes.
git checkout -b feature/your-feature-name
- Make your changes: Add a new feature, fix bugs, or improve the documentation.
- Commit your changes: Once your changes are complete, commit them with a clear and concise message.
git commit -m "Add a brief description of what you changed"
- Push to your fork: Push your changes to your forked repository.
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request to merge your changes into the
main
branch of the original repository.
- Please ensure that your code follows the existing code style.
- Use clear, descriptive commit messages.
- Update the README if your change introduces new features or changes usage.
This project is licensed under the MIT License - see the LICENSE file for details.