Last active
June 28, 2022 17:32
-
-
Save jlennox/fd8315bf7f603c975ecdab1672b544a7 to your computer and use it in GitHub Desktop.
No geeksforgeeks and w3schools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! 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