Skip to content

Instantly share code, notes, and snippets.

View wxt2005's full-sized avatar
💰
show me the money

Xiaotao Wang wxt2005

💰
show me the money
View GitHub Profile
@wxt2005
wxt2005 / surge.conf
Created October 4, 2015 11:56 — forked from janlay/README.md
Yet another config for Surge.app
[General]
# warning, notify, info, verbose
loglevel = notify
[Proxy]
# http, https, socks5
Proxy = custom, 1.2.3.4, 443, rc4-md5, password, http://server/custom.module
[Rule]
# Block privacy trackers
@wxt2005
wxt2005 / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console