mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-21 22:30:46 +08:00
Modules now load wloc.js and wloc-settings.js directly from Yu9191/wloc (raw for direct, gh-proxy for the mirror path) instead of the project's own dist copies, so proxy clients run the battle-tested upstream scripts. The Shadowrocket module also carries the upstream argument config and icon.
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
name: Apple WLOC 定位修改
|
|
desc: Location Spoofer 第三方代理模块
|
|
author: xweiba
|
|
homepage: https://github.com/xweiba/location-spoofer
|
|
category: Tools
|
|
|
|
http:
|
|
mitm:
|
|
- "gs-loc.apple.com"
|
|
- "gs-loc-cn.apple.com"
|
|
- "gsp-ssl.ls.apple.com"
|
|
- "bluedot.is.autonavi.com"
|
|
- "bluedot.is.autonavi.com.gds.alibabadns.com"
|
|
script:
|
|
- match: ^https?:\/\/(?:gs-loc(?:-cn)?\.apple\.com|gsp-ssl\.ls\.apple\.com|bluedot\.is\.autonavi\.com(?:\.gds\.alibabadns\.com)?)\/clls\/wloc
|
|
name: WLOC.Location
|
|
type: response
|
|
require-body: true
|
|
binary-mode: true
|
|
max-size: 0
|
|
timeout: 30
|
|
- match: ^https?:\/\/gs-loc(-cn)?\.apple\.com\/wloc-settings\/(save|version)
|
|
name: WLOC.Settings
|
|
type: request
|
|
require-body: false
|
|
timeout: 10
|
|
|
|
script-providers:
|
|
WLOC.Location:
|
|
url: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/dist/wloc.js
|
|
interval: 86400
|
|
WLOC.Settings:
|
|
url: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/dist/wloc-settings.js
|
|
interval: 86400
|