Skip to content

Instantly share code, notes, and snippets.

@jlennox
Last active June 28, 2022 17:32
Show Gist options
  • Save jlennox/fd8315bf7f603c975ecdab1672b544a7 to your computer and use it in GitHub Desktop.
Save jlennox/fd8315bf7f603c975ecdab1672b544a7 to your computer and use it in GitHub Desktop.
No geeksforgeeks and w3schools
! name: No geeksforgeeks and w3schools
! description: Removes geeksforgeeks.org and w3schools.com from search results and boosts official documentation sites.
! public: true
! author: jlennox
! avatar: #03de20
$discard,site=www.geeksforgeeks.org
$discard,site=www.w3schools.com
$discard,site=geeksforgeeks.org
$discard,site=w3schools.com
$boost=4,site=docs.python.org
$boost=4,site=developer.mozilla.org
$boost=4,site=docs.microsoft.com
$boost=4,site=en.cppreference.com
$boost=4,site=docs.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment