A powerful Chrome extension that gives you control over webpage UI elements. Selectively disable CSS, JavaScript, images, popups, and manage cookies with a simple toggle interface.
- 🎨 Disable CSS: Remove all styling from the webpage
- 📜 Disable JavaScript: Turn off JavaScript execution
- 🖼️ Disable Images: Remove all images from the page
- 🚫 Block Popups: Prevent popup windows
- 🍪 Clear Cookies: Manage cookies for the current site
- 💾 State Persistence: Settings are saved per tab
- 🔄 Instant Preview: See changes immediately with reload option
-
Fork or Clone the repository:
git clone https://github.com/anburocky3/disable-css-js-extension.git cd disable-css-js-extension
-
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Load in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
build
folder from the project directory
- Open Chrome and navigate to
(Coming soon)
- Click the extension icon in your Chrome toolbar
- Toggle the features you want to disable:
- CSS styling
- JavaScript functionality
- Images
- Popup windows
- Cookies
- Click "Apply Changes"
- Click "Reload Page" to see the changes
💡 Tip: Changes are saved per tab, so you can have different settings for different websites!
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
To create a distribution package for the Chrome Web Store:
- Update the version in
package.json
- Run the publish command:
npm run publish
- The command will:
- Build the extension
- Create a ZIP file named
disable-css-js-extension-[version].zip
- Provide instructions for Chrome Web Store submission
This project is licensed under the MIT License - see the LICENSE file for details.
Anbuselvan Annamalai
- GitHub: @anburocky3
- Website: https://anburocky3.github.io
- Built with React + TypeScript
- Styled with Tailwind CSS
- Icons from React Icons
Made with ❤️ by Anbuselvan Annamalai