找到
eval(decode64("
decode64("之后到最后的"))之间的内容就是编码后的。
例如像我的pac中:
... 1.length);return _3;}eval(decode64("LyoKICogUHJ .... VGQVVMVDsKfQo="))
那么LyoKICogUHJ .... VGQVVMVDsKfQo=这部分就是编码的
将这部分内容保存到一个文件A。
到http://
www.motobit.com/util/base64-decoder-encoder.asp将Choose File选择文件A,选择decode the data from a Base64 string (base64 decoding) 和output to a textbox (as a string),然后convert the source data
过一会儿会出现以下开头的内容
/*
* Proxy Auto-Config file generated by autoproxy2pac
* Rule source:
http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt * Last update: Tue, 05 Jul 2011 09:14:20 GMT
*/
function FindProxyForURL(url, host) {
var PROXY = "SOCKS 127.0.0.1:7070";
var DEFAULT = "DIRECT";
复制框中所有内容并保存到decoded.pac
decoded.pac就是解码后的。