This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pw中使用代理 netsh winhttp import proxy source=ie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"; |