From 8f6732bafa30d003364f180eb334b22aa8b2d299 Mon Sep 17 00:00:00 2001 From: thatfrozenfrog <101154752+thatfrozenfrog@users.noreply.github.com> Date: Sat, 9 Aug 2025 21:53:29 +0700 Subject: [PATCH 1/6] Simplify installation instructions with one-click install links This is because Tampermonkey automagically detect whether raw js files are being opened and redirect user to installation page. We might need a custom build action to update the links though. - Replace manual download and drag process with direct install links - Remove unnecessary screenshots and dashboard steps --- docs/README.md | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/docs/README.md b/docs/README.md index 174119d..2a249b9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,12 @@ - + @@ -69,19 +74,9 @@
Enable 'Developer Mode' and 'Allow user scripts'
  • Enable "Allow user scripts."
  • -
  • Download the BlueMarble.user.js file in the "assets" of the latest release.
  • -
  • Open the TamperMonkey Dashboard. +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble
    - Enter the TamperMonkey 'Dashboard'
  • -
  • Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey. -
    - Drag the userscript into the dashboard
  • -
  • Click the "Install" button to install Blue Marble. -
    - Click the 'Install' button
  • -
  • Enable Blue Marble inside the TamperMonkey dashboard. -
    - Enable Blue Marble
  • + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • Refresh the wplace.live webpage.
  • @@ -124,19 +119,9 @@
  • Install the TamperMonkey plugin for FireFox.
    Click the 'Add to FireFox' button
  • -
  • Download the BlueMarble.user.js file in the "assets" of the latest release.
  • -
  • Open the TamperMonkey Dashboard. +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble
    - Enter the TamperMonkey 'Dashboard'
  • -
  • Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey. -
    - Drag the userscript into the dashboard
  • -
  • Click the "Install" button to install Blue Marble. -
    - Click the 'Install' button
  • -
  • Enable Blue Marble inside the TamperMonkey dashboard. -
    - Enable Blue Marble
  • + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • Refresh the wplace.live webpage.
  • From aa828508e364aa2dadc423f1f090e1d9c0fbce4d Mon Sep 17 00:00:00 2001 From: thatfrozenfrog <101154752+thatfrozenfrog@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:06:47 +0700 Subject: [PATCH 2/6] Fix stuff --- docs/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2a249b9..4f9d467 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,16 +1,14 @@
    Blue MarbleDiscord Banner + Enable 'Developer Mode' +
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble +
    + TamperMonkey will automatically detect the userscript and prompt you to install it.
  • span="99">Discord Banner
    Overview
    - + + + + @@ -26,6 +24,12 @@ + + + + + + From 738992b89b8fd3264b8876f1555a15c38e33c6e7 Mon Sep 17 00:00:00 2001 From: thatfrozenfrog <101154752+thatfrozenfrog@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:12:41 +0700 Subject: [PATCH 3/6] Fixed again. Sorry I was looking at the wrong branch T-T --- docs/README.md | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4f9d467..1118e85 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,14 +1,11 @@
    Blue Marble - Enable 'Developer Mode' -
  • One-click install: Click this link to install Blue Marble directly: Install Blue Marble -
    - TamperMonkey will automatically detect the userscript and prompt you to install it.
  • span="99">Discord Banner
    Discord Banner
    Overview
      Installation Instructions
      Script Settings
    FAQ
      Is Blue Marble malware?
      How can Blue Marble place pixels for me?
      How do I hide the overlay?
    - + - - - @@ -24,12 +21,6 @@ - - - - - - @@ -64,7 +55,7 @@ Installation instructions for Blue Marble are below. Click the arrows to expand the instructions you want to see. Blue text is a link.
    - Computer - Chrome (Click to Expand) + Install Chrome (Click to Expand)
    1. Install the TamperMonkey plugin for Chrome. @@ -78,15 +69,15 @@
      Enable 'Developer Mode' and 'Allow user scripts'
    2. Enable "Allow user scripts."
    3. -
    4. One-click install: Click this link to install Blue Marble directly: Install Blue Marble +
    5. One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
      - TamperMonkey will automatically detect the userscript and prompt you to install it.
    6. + TamperMonkey will automatically detect the userscript and prompt you to Install it.
    7. Refresh the wplace.live webpage.
    - Computer - Edge (Click to Expand) + Install Edge (Click to Expand)
    1. Install the TamperMonkey plugin for Microsoft Edge. @@ -106,7 +97,7 @@
    2. Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey.
      Drag the userscript into the dashboard
    3. -
    4. Click the "Install" button to install Blue Marble. +
    5. Click the "Install" button to Install Blue Marble.
      Click the 'Install' button
    6. Enable Blue Marble inside the TamperMonkey dashboard. @@ -117,15 +108,15 @@
    - Computer - FireFox (Click to Expand) + Install FireFox (Click to Expand)
    1. Install the TamperMonkey plugin for FireFox.
      Click the 'Add to FireFox' button
    2. -
    3. One-click install: Click this link to install Blue Marble directly: Install Blue Marble +
    4. One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
      - TamperMonkey will automatically detect the userscript and prompt you to install it.
    5. + TamperMonkey will automatically detect the userscript and prompt you to Install it.
    6. Refresh the wplace.live webpage.
    From 318544ff59543187f7acb9aa526bdd1b8b9e8d7d Mon Sep 17 00:00:00 2001 From: thatfrozenfrog <101154752+thatfrozenfrog@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:14:33 +0700 Subject: [PATCH 4/6] . --- docs/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1118e85..a37c609 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,14 @@
    Blue MarbleDiscord BannerDiscord Banner
    Overview
      Installation Instructions
      Script Settings
    FAQ
      Is Blue Marble malware?
      How can Blue Marble place pixels for me?
      How do I hide the overlay?
    - + + + + @@ -21,6 +24,12 @@ + + + + + + From db704f6c5b4e9e10f854af3fcc2ee420dc0273aa Mon Sep 17 00:00:00 2001 From: SwingTheVine Date: Sat, 9 Aug 2025 23:58:37 -0400 Subject: [PATCH 5/6] Updated Shields to match HEAD of main --- docs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index a37c609..cf7a208 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,15 +39,16 @@
    Blue MarbleDiscord BannerDiscord Banner
    Overview
      Installation Instructions
      Script Settings
    FAQ
      Is Blue Marble malware?
      How can Blue Marble place pixels for me?
      How do I hide the overlay?

    Blue Marble

    -Latest Version +Latest Version Latest Release Software License: MPL-2.0 Contact Me -WakaTime -Total Patches +WakaTime +Total Patches Total Lines of Code Total Comments -Compression +Compression +Visitors Build CodeQL From 0320fc58ca2bc778975fb01a5475ddd4e79bed1a Mon Sep 17 00:00:00 2001 From: SwingTheVine Date: Sun, 10 Aug 2025 00:19:57 -0400 Subject: [PATCH 6/6] Added build.yml RegEx for v0.0.0 version updating in README.md --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf34c0a..654ae12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,10 @@ jobs: else echo "README.md was not found. Skipping..." fi - sed -i 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' docs/README.md + sed -i \ + -e 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' \ + -e 's|v[0-9]\+\.[0-9]\+\.[0-9]\+|v'"$current_version"'|g' \ + docs/README.md - name: Update compression badge run: |