Skip to content

Instantly share code, notes, and snippets.

View iamgqb's full-sized avatar
🐟
goofing off

gb_2312 iamgqb

🐟
goofing off
  • Qunhe Tech
  • HangZhou
  • 08:57 (UTC +08:00)
View GitHub Profile
@iamgqb
iamgqb / cmd
Created February 6, 2020 11:07
pw中使用代理 netsh winhttp import proxy source=ie
@iamgqb
iamgqb / customRuler.js
Created July 17, 2019 13:10
fiddler 抓取 uwp 版网易云的歌曲
static var v_neteaeid: String = null;
static var Netease_Path: String = "C:\\Users\\Gqb\\Music\\netease\\";
// netease music
public static RulesOption("Netease Music Download")
var m_netease: boolean = true;
static function OnBeforeResponse(oSession: Session) {
if (m_Hide304s && oSession.responseCode == 304) {
oSession["ui-hide"] = "true";