Skip to content

Instantly share code, notes, and snippets.

@Peng-YM
Created July 5, 2022 13:53
Show Gist options
  • Select an option

  • Save Peng-YM/5ec016d0abe007e3d102abadd5a88069 to your computer and use it in GitHub Desktop.

Select an option

Save Peng-YM/5ec016d0abe007e3d102abadd5a88069 to your computer and use it in GitHub Desktop.
Sub-Store Dev Configurations
#!name=Sub-Store
#!desc=高级订阅管理工具
#!openUrl=https://sub.store
#!author=Peng-YM
#!homepage=https://github.com/Peng-YM/Sub-Store
#!icon=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png
[MITM]
hostname=sub.store
[Script]
http-request https?:\/\/sub\.store script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js, requires-body=true, timeout=120, tag=Sub-Store
hostname=sub.store
^https?:\/\/sub\.store url script-analyze-echo-response https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js
name: Sub-Store
desc: 高级订阅管理工具 @Peng-YM
http:
mitm:
- sub.store
script:
- match: ^https?:\/\/sub\.store
name: sub-store
type: request
require-body: true
timeout: 120
script-providers:
sub-store:
url: https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js
interval: 86400
#!name=Sub-Store
#!desc=高级订阅管理工具 @Peng-YM
[MITM]
hostname=%APPEND% sub.store
[Script]
Sub-Store = type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/Peng-YM/Sub-Store/dev/backend/sub-store.min.js,requires-body=true,timeout=120,max-size=131072
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment