| Lastest | Extension |
|---|---|
| easyproxy.js | Easy Proxy |
<script src="https://jc3213.github.io/easyproxy.js/easyproxy.js"></script>// @require https://jc3213.github.io/easyproxy.js/easyproxy.jslet profile = new EasyProxy('HTTP 127.0.0.1:1080');let profile = new EasyProxy();
profile.proxy = 'SOCKS 127.0.0.1:1080';array- read only
let { data } = profile;string- read only
let { pacScript } = profile;profile.new(string | string[]);profile.new(); // Clear all rulesprofile.add(string | string[]);profile.delete(string | string[]);let result = profile.test(string);string- read only
let { pacScript } = EasyProxy;let result = EasyProxy.test(string);let rule = EasyProxy.make(string);EasyProxy.delete(string | string[]);example.com- Matches
www.example.com,example.com - Exclude
test-example.com,www.example.com.cn
- Matches
| Match Pattern ↓ | www.youtube.com | www.facebook.net | x.com | telegram.org |
|---|---|---|---|---|
| * | ✅ | ✅ | ✅ | ✅ |
| youtube.com | ✅ | ❌ | ❌ | ❌ |
| facebook.com | ❌ | ✅ | ❌ | ❌ |
| x.com | ❌ | ❌ | ✅ | ❌ |
| com | ✅ | ❌ | ✅ | ❌ |
| org | ❌ | ❌ | ❌ | ✅ |
| youtube | ❌ | ❌ | ❌ | ❌ |
| telegram | ❌ | ❌ | ❌ | ❌ |