├── LICENSE ├── PAGES.zip ├── README.md ├── README_FA.md ├── assets ├── html.jpg ├── megasub.js ├── probing.js ├── redline.gif ├── rickroll.js ├── trojan-worker.py ├── trojan_evenlistener.js └── trojan_fetchrequest.js └── worker.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/LICENSE -------------------------------------------------------------------------------- /PAGES.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/PAGES.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/README.md -------------------------------------------------------------------------------- /README_FA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/README_FA.md -------------------------------------------------------------------------------- /assets/html.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/html.jpg -------------------------------------------------------------------------------- /assets/megasub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/megasub.js -------------------------------------------------------------------------------- /assets/probing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/probing.js -------------------------------------------------------------------------------- /assets/redline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/redline.gif -------------------------------------------------------------------------------- /assets/rickroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/rickroll.js -------------------------------------------------------------------------------- /assets/trojan-worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/trojan-worker.py -------------------------------------------------------------------------------- /assets/trojan_evenlistener.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/trojan_evenlistener.js -------------------------------------------------------------------------------- /assets/trojan_fetchrequest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/assets/trojan_fetchrequest.js -------------------------------------------------------------------------------- /worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Surfboardv2ray/Trojan-worker/HEAD/worker.js --------------------------------------------------------------------------------