From 6784340f37e775b4c5ace8130e635ce2fc148d84 Mon Sep 17 00:00:00 2001 From: FlamedDogo99 <96555444+FlamedDogo99@users.noreply.github.com> Date: Sun, 26 May 2024 15:45:05 -0600 Subject: [PATCH] Update eaglermobile.js --- eaglermobile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eaglermobile.js b/eaglermobile.js index d4975e2..6a8e4aa 100644 --- a/eaglermobile.js +++ b/eaglermobile.js @@ -7,6 +7,7 @@ // // @license Apache License 2.0 - http://www.apache.org/licenses/ // @match https://eaglercraft.com/mc/* +// @grant none // @version 1.1 // @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js // @run-at document-start @@ -336,7 +337,7 @@ function insertCanvasElements() { scrollDownButton.addEventListener("touchmove", function(e){e.preventDefault()}, false); document.body.appendChild(scrollDownButton); var throwButton = document.createElement('button'); - throwButton.id = "hideInventory" + throwButton.id = "hideButton" throwButton.textContent = "Q"; throwButton.style.cssText = "right:0vh;bottom:10vh;" throwButton.addEventListener("touchstart", function(e){