Skip to content

Instantly share code, notes, and snippets.

View zk-123's full-sized avatar
🙃
On vacation

zk-123

🙃
On vacation
View GitHub Profile
// Generated by gfwlist2pac in precise mode
// https://github.com/clowwindy/gfwlist2pac
var proxy = "SOCKS 127.0.0.1:1080";
var rules = [
"|http://85.17.73.31/",
"||agnesb.fr",
"||akiba-web.com",
"||altrec.com",
@zk-123
zk-123 / sh
Last active January 15, 2019 02:38
download free cloud music
#!/bin/bash
echo "请输入网易云音乐分享地址"
read share_url
echo "请输入下载的歌曲名"
read -r music_name
id=`echo $share_url | sed 's/.*[^a-z]id=\([0-9]\{1,\}\).*/\1/'`