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
baidu.com##A[class="adTopImg"] | |
baidu.com##A[class="bds_qzone"] | |
baidu.com##A[class="client-dload"] | |
baidu.com##A[class="download mobile_res"] | |
baidu.com##A[class="funcs-share"] | |
baidu.com##A[class="get_golden_id"] | |
baidu.com##A[class="j_firework_sender firework_sender"] | |
baidu.com##A[class="j_mobile"] | |
baidu.com##A[class="li xiaodu"] | |
baidu.com##A[class="link_dowload_mobile mobile_res"] |
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
0.0.0.0 | |
2.1.1.2 | |
4.36.66.178 | |
4.193.80.0 | |
8.7.198.45 | |
8.105.84.0 | |
12.87.133.0 | |
14.102.249.18 | |
16.63.155.0 | |
20.139.56.0 |
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
#!/bin/bash | |
# For Linix users, just iptables.shadow under root | |
# For OpenWRT users, copy iptables.shadow to /etc/firewall.user | |
# For OpenWRT users, remember to change OUTPUT to PREROUTING in iptables.footer | |
./generate.sh route_table > analysis_result | |
node minifier.js|node formatter.js --profile=custom --format="iptables -t nat -A SHADOWSOCKS -d %prefix/%mask -j %gw" --netgw RETURN --vpngw ACCEPT > iptables.rules |
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
# coding: UTF-8 | |
# | |
# Yupoo 照片备份工具 | |
# 此工具不需要API,直接就能备份你的照片信息,下载后以图片 + 一个文本文件的方式存放 | |
# 备份包括内容: | |
# 原图,标题,说明,Tag,当然有 Exif 信息 | |
# | |
# Jason Lee <[email protected]> | |
# http://huacnlee.com | |
# 2011-01-28 |