Skip to content

Instantly share code, notes, and snippets.

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"]
@madeye
madeye / dns-black-list
Last active August 29, 2015 14:12
Black list
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
@evianzhow
evianzhow / custom_generate.sh
Last active August 29, 2015 14:02
bestroutetb for iptables on OpenWRT
#!/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
@huacnlee
huacnlee / yupoo_backup.rb
Created January 28, 2011 07:37
Yupoo 图片备份工具
# coding: UTF-8
#
# Yupoo 照片备份工具
# 此工具不需要API,直接就能备份你的照片信息,下载后以图片 + 一个文本文件的方式存放
# 备份包括内容:
# 原图,标题,说明,Tag,当然有 Exif 信息
#
# Jason Lee <huacnlee@gmail.com>
# http://huacnlee.com
# 2011-01-28