Designed to enhance app features, block ads, or automate tasks.
Includes:
- Rewrite Scripts: Modify network requests (e.g., Ad Blocking, Unlock Features).
- Task Scripts: Run scheduled tasks (e.g., Auto Check-in).
Important: Rewrite scripts require enabling MitM in Quantumult X and trusting the certificate.
1. Add Rewrite Subscription
- Go to QX
Config
->Edit
. - Under
[rewrite_remote]
, add this line (replace placeholders):[https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPO/master/QuantumultX/rewrite/YOUR_REWRITE_FILE.conf](https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPO/master/QuantumultX/rewrite/YOUR_REWRITE_FILE.conf), tag=MyRewrite, update-interval=86400, opt-parser=false, enabled=true
- Replace
YOUR_USERNAME
,YOUR_REPO
,YOUR_REWRITE_FILE.conf
. Choose yourtag
.
- Replace
2. Add Task Subscription
-
Go to QX
Config
->Edit
. -
Under
[task_remote]
, add this line (replace placeholders):[https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPO/master/QuantumultX/task/YOUR_TASK_FILE.conf](https://raw.githubusercontent.com/YOUR_USERNAME/YOUR_REPO/master/QuantumultX/task/YOUR_TASK_FILE.conf), tag=MyTask, update-interval=86400, opt-parser=false, enabled=true
- Replace
YOUR_USERNAME
,YOUR_REPO
,YOUR_TASK_FILE.conf
. Choose yourtag
.
- Replace
-
Save the config. Enable MitM and add necessary hostnames if needed for rewrites.
-
Manage tasks in the QX Task section.
- Scripts are for learning/research purposes only.
- Use at your own risk. Potential risks include account bans or data leaks.
- The author assumes NO responsibility for any consequences.