From 59f224d696dbde0d19abf78f65a45ed65b562f50 Mon Sep 17 00:00:00 2001 From: Agatem Date: Fri, 15 Aug 2025 12:55:07 +0200 Subject: [PATCH] Remove `@run-at` (#161) 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 😭 * Remove `@run-at` --------- 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BlueMarble.meta.js b/src/BlueMarble.meta.js index 328fee1..f4cb2c9 100644 --- a/src/BlueMarble.meta.js +++ b/src/BlueMarble.meta.js @@ -10,7 +10,6 @@ // @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 -// @run-at document-start // @match *://*.wplace.live/* // @grant GM_getResourceText // @grant GM_addStyle