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 / NetEase_Music_Like_Button.js
Created August 3, 2017 10:20
NetEase Music Like Button
{
class NetEaseMusicFucker {
constructor() {
this.emj = {
色: "00e0b",
流感: "509f6",
这边: "259df",
弱: "8642d",
嘴唇: "bc356",
亲: "62901",
@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
[General]
loglevel = notify
[Proxy]
SG = https,server,port
KR = https,server,port
JP = https,server,port
[Rule]
DOMAIN-SUFFIX,icloud.com,DIRECT
@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