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
}
}
```
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