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.
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
}
}
```
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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