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
// ==UserScript== | |
// @name 下载CSDN、简书、掘金、博客园、微信公众号、知乎专栏、脚本之家、51CTO、程序员大本营、吾爱破解、B站、思否、轻识、腾讯云、阿里云、华为云等文章保存为Markdown文件 | |
// @namespace https://waahah.xyz/ | |
// @version 0.1.8 | |
// @description 下载保存博客文章为markdown,已支持CSDN、简书、掘金、知乎专栏、博客园、微信公众号、脚本之家、51CTO、程序员大本营、吾爱破解、腾讯云、阿里云、华为云、B站专栏、思否、轻识、百家号、百度经验、码农教程等,脚本仅限学习,请大家尊重版权。 | |
// @author waahah | |
// @match *://blog.csdn.net/* | |
// @match *://www.jianshu.com/p/* | |
// @match *://juejin.cn/post/* | |
// @match *://zhuanlan.zhihu.com/p/* |
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
{ | |
"room_1_1": { | |
"name": "贸易站", | |
"plans": [ | |
{ | |
"agent": "乌有", | |
"group": "乌有", | |
"replacement": [ | |
"但书", | |
"雪雉" |
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
||a.alimama.cn | |
||acjs.aliyun.com | |
||adash.m.taobao.com | |
||adashbc.m.taobao.com | |
||adash-c.ut.taobao.com | |
||adashx.m.taobao.com | |
||adashx4yt.m.taobao.com | |
||adashxgc.ut.taobao.com | |
||adsh.m.taobao.com | |
||afp.adchina.com |
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
port: 8888 | |
socks-port: 8889 | |
redir-port: 9090 | |
allow-lan: false | |
mode: Rule | |
log-level: info | |
external-controller: '127.0.0.1:6170' | |
secret: '' | |
cfw-bypass: | |
- music.163.com |
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 | |
apt install -y python3 git python3-pip | |
git clone https://github.com/NyanChanMeow/SSRSpeed.git | |
cd SSRSpeed | |
pip3 install -r requirements.txt | |
cd .. | |
mv SSRSpeed /usr/local/ | |
echo "#!/bin/bash | |
cd /usr/local/SSRSpeed/ | |
python3 main.py \$*" > /usr/local/bin/ssrspeed-cli |