Last active
July 16, 2024 06:43
-
-
Save whidy/c540411573a8ec277c798264a9218ea6 to your computer and use it in GitHub Desktop.
terrible gfw list extend (for shadowsocksR, file: gfwlist.js)
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
/** | |
* 补充一些经常受干扰网站 | |
* 以下是代码片段 | |
* 如果需要手动添加pac规则在其他app上,请直接在该app输入框内输入如:“||githubusercontent.com”,即可,不包含双引号,一条一行。 | |
* PAC规则手动添加指导:https://segmentfault.com/n/1330000018325122 | |
*/ | |
var rules = [ | |
"||fastly.net", | |
"||reddit.com", | |
"||codesandbox.io", | |
"||zhs.bid", | |
"||githubusercontent.com", | |
"||neukssr.club", | |
"||neukv2.club", | |
"||timossr.me", | |
"||github.io^", | |
"||buefy.org^", | |
"||jsfiddle.net^", | |
// ...other rules are not show | |
]; | |
/** | |
* Notes: | |
* 神一样的工具们:https://www.v2ray.com/awesome/tools.html | |
* 其他福利: | |
* 推荐:88G/月/12元:https://www.paopao.dog/#/register?code=t8p0ajhW | |
* ---其他--- | |
* 回国VPN:https://www.v2ex.com/t/910621 | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment