NODEPROXY示例配置文件


本页面不定期更新,可在留言区域提出功能要求。
t66y 草榴代理配置:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports = {
    'proxyHost': 'http://my_domain',
    'target': 'https://www.t66y.com',
    'replace': [
    ],
    'excludedElement': [ // 去广告
        'div.tips',
        'div#footer'
    ],
    'bottom': '',
    'header': '',
    'externalDomains': [ // t66y常用图床,可自行添加
        'www1.wi.to',
        'go.imgs.co',
        'img9.uploadhouse.com',
    ],
    'custom': {
    }
};
google 反向代理配置:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
    'proxyHost': 'http://my_domain',
    'target': 'https://www.google.com',
    'replace': [
        ['www.gstatic.com', 'my_domain/___external___'],
    ],
    'excludedElement': [
        'div.tips',
        'div#footer'
    ],
    'bottom': '',
    'header': '',
    'externalDomains': [
        'apis.google.com',
        'www.gstatic.com',
        'ssl.gstatic.com',
    ],
    'custom': {
    }
};

评论

此博客中的热门博文

部署 shadowsocks-manager

如何讓 Firefox 有不同的設定檔,並讓它們能同時執行,實現帳號多開、區隔不同用途的瀏覽環境?

使用 shadowsocks Manager 搭建 SS 多人管理平台 Debian/Ubuntu