Last active
February 12, 2025 09:19
-
-
Save pellaeon/75638f72f611b1e4eeff23c3e9aca361 to your computer and use it in GitHub Desktop.
This file contains 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: Taiwan Research | |
! description: Uprank trustworthy or Taiwan sources, downrank CN sites except trusted ones. | |
! public: yes | |
! author: pellaeon | |
|*.edu^$boost=1 | |
|*.gov^$boost=1 | |
|*.tw^$boost=1 | |
|*.gov.tw^$boost=2 | |
|*.edu.tw^$boost=2 | |
|*.idv.tw^$boost=2 | |
|*.cn^$downrank=1 | |
|*.xyz^$downrank=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment