This project is based on the scripting capabilities of several excellent iOS proxy tools (e.g. Surge, Quantumult X)
Go to file
NobyDa a25a3a2cc3 fix loon new version issues. 2021-05-16 12:17:01 +08:00
52pojie-DailyBonus Add a possible result 2020-11-11 14:56:06 +08:00
BDTieBa-DailyBonus Bug fixes on BoxJs. 2020-08-21 22:19:48 +08:00
Bilibili-DailyBonus Bug fixes about the new version of QX. 2020-12-14 18:54:53 +08:00
JD-DailyBonus add jd api. 2021-05-12 18:54:50 +08:00
KuaiKan-DailyBonus KKMH: Bug fixes. 2020-10-03 20:17:39 +08:00
Loon Update TF subs. 2021-02-06 17:54:40 +08:00
QuantumultX Update Js.conf 2021-05-12 22:19:25 +08:00
Shortcuts fix loon new version issues. 2021-05-16 12:17:01 +08:00
Sub-store-parser Bug fixes. 2021-01-25 20:37:07 +08:00
Surge replace bilibili region regex. 2021-05-02 22:07:40 +08:00
iQIYI-DailyBonus Minor improvements 2020-09-06 21:33:49 +08:00
LICENSE Create LICENSE 2020-07-21 15:44:23 +08:00
NobyDa_BoxJs.json add jd api. 2021-05-12 18:54:50 +08:00
README.md BoxJs subs link will adapt to QX Gallery. 2021-01-19 20:42:04 +08:00

README.md

Difference between Quantumult X versions

  • Store version QX1.0.0 (120) JS function is unlimited, but does not support v2, does not support AlwaysOn

  • Store version QX1.0.1 (130) restricts keywords for script VIP types, but supports v2 and supports AlwaysOn

  • Store version QX1.0.2 (136) Relaxed certain keyword restrictions, but limited script remote references (script subscriptions), support for v2 and support for http and support AlwaysOn

  • Store version QX1.0.3 (155) Removed keyword restrictions and restored script remote references. However, the content in the remote script needs to be annotated with the device ID before it can be executed.

  • Store version QX1.0.4 (164) This version completely limits remote script resources, meaning that all scripts can only point to local paths.

  • Store version QX1.0.5 (192) Remote script resources are unavailable, but "task" script functionality is added.

  • Store version QX1.0.6 (212) Supports rewrite of HTTP request body, and replay of HTTP request

  • Store version QX1.0.7 (240) Supports TLS 1.3 for TLS based proxy protocols, and new external proxy protocol trojan.

  • ...

  • Store version QX1.0.10 (313) In this version, script remote subscription has been restored.

QX1.0.3 add device ID, a simple example:

/**
 * @supported 23AD6B11CD4B
 */

let obj = JSON.parse($response.body)
obj["example"] = 0;
$done({body:JSON.stringify(obj)})

The above random generated device ID can be found at the bottom of Quantumult X additional menu, and it may change after system restore.

Surge

  • AdRule.list More than 8000 ad rules integrate lhie1 and ConnersHua and added some advertising rules)

  • AdRuleTest.list More than 1300 ad rulesThis rule is modified from Scomper. Because the original author stopped maintenance, so take over the optimization and delete some normal rules, only for testing)

  • RewriteRules.sgmodule More than 700 ad rewrite module, integrate lhie1ConnersHuaonewayticket255 and Choler. you need to open MITM and trust the certificate.)

  • Download.list (Integrate some BT, Thunder, download shunt rules)

  • Because ConnersHua ad rules are already included in this rule, you don't need to repeatedly add.

Quantumult X

  • AdRule.list More than 7000 ad rules, This rule is modified from lhie1and delete ConnersHua duplicate)

  • AdRuleTest.listMore than 1300 ad rulesThis rule is modified from Scomper. Because the original author stopped maintenance, so take over the optimization and delete some normal rules, only for testing)

  • Rewrite_lhie1.confMore than 400 ad rewrite rules, integrate lhie1onewayticket255Choler, and delete ConnersHua duplicateyou need to open MITM and trust the certificate)

  • Js.conf (Remote script subscription, only compatible with QX1.0.10 (313) and above)

  • Note !!! Note !!! Note !!! Unlike the Surge rule, the Quantumult X rule does not include the ConnersHua ad rules, you can add it yourself.

Rule remarks :

  • Most of these are Chinese advertising rules. overseas users may not applicable
  • These rules only include ads. Please choose REJECT for the policy
  • Self-use only, Update depend on mood, if you have any questions, please submit a Issues or pull request.

Disclaimer

In the following disclaimer :

"Script project" specifically refers to the open source scripts and rules in https://github.com/NobyDa/Script/tree/master

"NobyDa" specifically refers to the author and owner in https://github.com/NobyDa/Script/tree/master

Decrypt :

  • Any unlocking and decryption analysis scripts involved in the "Script project" are for resource sharing and study purposes only.
  • Legality, accuracy, completeness, and validity cannot be guaranteed. Please judge for yourself based on the actual situation.
  • You must completely delete the scripts involving decryption from your computer or phone within 24 hours of downloading.

Privacy :

  • Any user who indirectly uses any of the scripts in the "Script project", including but not limited to violating relevant laws and regulations or establishing VPS to spread, NobyDa is not responsible for any privacy leakage or other consequences caused by this.

Commercial :

  • Do not use any scripts of the "Script project" for commercial or illegal purposes, otherwise you will be responsible for the consequences.

Infringement :

  • If any company or individual believes that a scripts from "Script project" may be infringe on rights, you should promptly notify and provide proof of identity and ownership, and we will delete the scripts after receiving the relevant documents.

Liability :

  • NobyDa is not responsible for any scripts problems, including but not limited to any loss or damage caused by any scripting errors.

Change :

  • Anyone viewing or using the scripts of the "Script project" in any way, directly or indirectly, should read this statement carefully. And NobyDa reserves the right to change or supplement this disclaimer at any time.
  • Once you use or copy any related scripts of the "Script project", you will be deemed to have accepted this disclaimer.

Special thanks to

License

GPLv3