Skip to content

Instantly share code, notes, and snippets.

View ITJesse's full-sized avatar
😺

Jesse Zhu ITJesse

😺
View GitHub Profile
@ITJesse
ITJesse / 漫读券.js
Last active November 14, 2022 17:38 — forked from xmdhs/漫读券.js
批量使用漫读券
(async () => {
let u = new URL(location.href);
let mc = u.pathname.match(/detail\/mc(\d+)/);
if (mc.length != 2) {
return
}
let mcid = mc[1];
let r = await fetch("https://manga.bilibili.com/twirp/comic.v1.Comic/ComicDetail?device=pc&platform=web", {
"headers": {
@ITJesse
ITJesse / surge.conf
Last active October 17, 2015 03:23 — forked from soffchen/surge.conf
surge.conf
[General]
skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
dns-server = 119.29.29.29, 223.5.5.5, 114.114.114.114
loglevel = notify
[Proxy]
Proxy = custom, server, port, rc4-md5, password, http://portal.itjesse.cn/SSEncrypt.module
[Rule]