Skip to content

Instantly share code, notes, and snippets.

View fireyy's full-sized avatar
:octocat:
I may be slow to respond.

Yuan Zhu fireyy

:octocat:
I may be slow to respond.
View GitHub Profile
<div class="box">
<div style="min-height: 73px;" class="cell">
<h1>
24点在线解答
</h1>
<div class="sep20">
</div>
<table height="600" cellspacing="0" cellpadding="0" border="0" align="center"
width="600" class="mbody">
<tbody>
@fireyy
fireyy / proxy.pac
Created November 29, 2011 02:58 — forked from ayanamist/proxy.pac
My Pac File for Auto Proxy
var PROXY = {};
PROXY.direct = "DIRECT";
PROXY.goagent = "PROXY 127.0.0.1:8087";
PROXY.vps = "PROXY 127.0.0.1:8123";
PROXY.edu = "PROXY 127.0.0.1:4080";
PROXY.adblock = "PROXY 127.0.0.1:8080";
PROXY.acc = PROXY['goagent'];
var DEFAULT = PROXY['direct'];
var ADBLOCK = {