mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-07 20:59:50 +00:00
32 lines
1.5 KiB
JavaScript
32 lines
1.5 KiB
JavaScript
// ==UserScript==
|
|
// @name Blue Marble
|
|
// @namespace https://github.com/SwingTheVine/
|
|
// @version 0.0.1
|
|
// @description A userscript for Wplace.live
|
|
// @author SwingTheVine
|
|
// @license MPL-2.0
|
|
// @supportURL https://discord.gg/tpeBPy46hf
|
|
// @homepageURL https://github.com/SwingTheVine/Wplace-BlueMarble
|
|
// @icon https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/Favicon.png
|
|
// @updateURL https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/BlueMarble.user.js
|
|
// @downloadURL https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/BlueMarble.user.js
|
|
// @match *://*.wplace.live/*
|
|
// ==/UserScript==
|
|
|
|
/** This script is designed to automate and/or enhance the user experience on Wplace.live.
|
|
* 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.
|
|
* The author 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 the MPL-2.0 license.
|
|
* The "Blue Marble" icon is licensed under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. The image is owned by NASA.
|
|
* @author SwingTheVine
|
|
* @version 0.0.1
|
|
* @description A userscript for Wplace.live
|
|
* @license MPL-2.0
|
|
* @link https://wplace.live
|
|
* @link https://github.com/SwingTheVine/Wplace-BlueMarble
|
|
* @link https://www.mozilla.org/en-US/MPL/2.0/
|
|
*/
|
|
|
|
console.log("Blue Marble script loaded.");
|