Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.32 KB

Remove AI from Product Hunt

Remove AI from Product Hunt is a Chrome extension that filters out AI-related products from your Product Hunt browsing experience, ensuring a focused and distraction-free environment.

Features

  • AI Filtering: Automatically hides products with AI-related keywords in their titles and descriptions.
  • Badge Filtering: Optionally hide products with "Artificial Intelligence" badges.
  • Customization: Choose your filtering preferences via the options page.

Installation

From Source

  1. Clone the repository:
    git clone https://github.com/yourusername/remove-ai-from-product-hunt.git
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the cloned directory.

Usage

  1. Once installed, click the extension icon in the Chrome toolbar.
  2. Customize your filtering preferences in the options page.
  3. Browse Product Hunt without distractions from AI-related products.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.