Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Filters out AngularJS Google search results

License

Notifications You must be signed in to change notification settings

craftworksgmbh/i-dont-care-about-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I Don't Care About AngularJS

This chrome extension filters out AngularJS Google search results. It does it by appending "-AngularJS" to every Google query.

The AngularJS Button underneath the searchbar turns the filter on or off. The red bar at the top indicates if the filter is activated.

Note: per default the extension operates on at Top-Level-Domains

How to Install

  1. Download the source code - see here
  2. Unzip it and put it in a folder, where you won't accidentally delete it.
  3. Go to the url chrome://extensions in Google Chrome
  4. Activate Developer Mode
  5. Click Load Unpacked and choose the according folder in which you saved the source code earlier.

Modifiy Top-Level-Domain (TLD)

Go to manifest.js and background.js and change every occurring at to your desired TLD.

Roadmap

  • suppress flickering effect
  • allow configurable TLD

License

This project is licensed under the MIT License - see the LICENSE file for details.