Wplace Overlay Pro

Overlays tiles on wplace.live. Can also resize, and color-match your overlay to wplace's palette. Make sure to comply with the site's Terms of Service, and rules! This script is not affiliated with Wplace.live in any way, use at your own risk. This script is not affiliated with TamperMonkey. The author of this userscript is not responsible for any damages, issues, loss of data, or punishment that may occur as a result of using this script. This script is provided "as is" under GPLv3.

< 腳本Wplace Overlay Pro的回應

提問/評論

§
發表於:2025-08-15
編輯:2025-08-15

How does the remote import work? I have tried to replace the part in the brackets with the output json and other methods, but it always fails with a
Error popup

§
發表於:2025-08-16

you need to give it a raw json url it shouldn't have HTML at the start and you need to nest it in in a dict named "record". like this:
```
{
"record": {
"version": 1,
"name": "Example",
"imageUrl": "https://img.example.org/template.png",
"pixelUrl": "https://backend.wplace.live/whatever",
"offsetX": 0,
"offsetY": 0,
"opacity": 0.7
}
}
```

發表回覆

登入以回覆