mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-09 22:16:04 -08:00
Update eaglermobile.js
This commit is contained in:
parent
67bee692a5
commit
6784340f37
|
@ -7,6 +7,7 @@
|
||||||
//
|
//
|
||||||
// @license Apache License 2.0 - http://www.apache.org/licenses/
|
// @license Apache License 2.0 - http://www.apache.org/licenses/
|
||||||
// @match https://eaglercraft.com/mc/*
|
// @match https://eaglercraft.com/mc/*
|
||||||
|
// @grant none
|
||||||
// @version 1.1
|
// @version 1.1
|
||||||
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js
|
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.js
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
|
@ -336,7 +337,7 @@ function insertCanvasElements() {
|
||||||
scrollDownButton.addEventListener("touchmove", function(e){e.preventDefault()}, false);
|
scrollDownButton.addEventListener("touchmove", function(e){e.preventDefault()}, false);
|
||||||
document.body.appendChild(scrollDownButton);
|
document.body.appendChild(scrollDownButton);
|
||||||
var throwButton = document.createElement('button');
|
var throwButton = document.createElement('button');
|
||||||
throwButton.id = "hideInventory"
|
throwButton.id = "hideButton"
|
||||||
throwButton.textContent = "Q";
|
throwButton.textContent = "Q";
|
||||||
throwButton.style.cssText = "right:0vh;bottom:10vh;"
|
throwButton.style.cssText = "right:0vh;bottom:10vh;"
|
||||||
throwButton.addEventListener("touchstart", function(e){
|
throwButton.addEventListener("touchstart", function(e){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user