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
| { | |
| "id": "child_long_video_filter", | |
| "name": "儿童长视频与低质量内容过滤", | |
| "description": "隐藏长视频、不适合儿童的视频,以及疑似标题党、沉迷诱导、消费诱导类视频", | |
| "version": "1.1.1", | |
| "author": "MicroStar", | |
| "type": "feed", | |
| "rules": [ | |
| { | |
| "field": "duration", |
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
| #!/bin/bash | |
| // Generate gfwlist.js for ShadowsocksX | |
| // Install gfwlist2pac in python2.7 | |
| // Download gfwlist.txt from github | |
| // Use "sh code.sh" to generate. | |
| PROXY="127.0.0.1:1080" | |
| TXTROOT="/Users/USRNAME/desktop" | |
| # 下载PAC与SH文件同级目录 |