From a0ef29f118b44e0456e3b4a94209d9c970cf6b65 Mon Sep 17 00:00:00 2001 From: Agatem Date: Fri, 15 Aug 2025 12:57:48 +0200 Subject: [PATCH] Update `@match` to match only the frontend (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added ignore files to stop popular code formatters from messing with the code style * Change transform easing to 0s * Added a translucent gray checkerboard render for #deface * Added workflow to check what branch PR came from * v0.81.0; Merge branch 'code' into main * Emergency patch... ...please stop informing me that the install link is broken 😭 * v0.82.0; Emergency patch... ...please stop informing me that the install link is broken 😭 * Updae `@match` to match only the frontend --------- Co-authored-by: SwingTheVine Co-authored-by: AloeSapling Co-authored-by: Endrik Tombak Co-authored-by: KrunchyKrisp Co-authored-by: github-actions[bot] --- src/BlueMarble.meta.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BlueMarble.meta.js b/src/BlueMarble.meta.js index f4cb2c9..d06d328 100644 --- a/src/BlueMarble.meta.js +++ b/src/BlueMarble.meta.js @@ -10,7 +10,8 @@ // @icon https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/f3ee47c55505d29255b29e320891453884f13369/dist/assets/Favicon.png // @updateURL https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/dist/BlueMarble.user.js // @downloadURL https://raw.githubusercontent.com/SwingTheVine/Wplace-BlueMarble/main/dist/BlueMarble.user.js -// @match *://*.wplace.live/* +// @match https://wplace.live/ +// @match https://wplace.live/?* // @grant GM_getResourceText // @grant GM_addStyle // @grant GM.setValue