mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-21 11:36:05 -08:00
update version for testing
This commit is contained in:
parent
a4a90072e2
commit
9ae89de928
|
@ -6,7 +6,7 @@
|
||||||
// @downloadURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
|
// @downloadURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
|
||||||
// @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/*
|
||||||
// @version 2.5
|
// @version 2.6
|
||||||
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
|
// @updateURL https://raw.githubusercontent.com/FlamedDogo99/EaglerMobile/main/eaglermobile.user.js
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
@ -62,8 +62,8 @@ Object.defineProperty(EventTarget.prototype, "addEventListener", {
|
||||||
}, ...rest);
|
}, ...rest);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const _preventDefault = Event.prototype.preventDefault;
|
|
||||||
// Allows typing in #hiddenInput
|
// Allows typing in #hiddenInput
|
||||||
|
const _preventDefault = Event.prototype.preventDefault;
|
||||||
Object.defineProperty(Event.prototype, "preventDefault", {
|
Object.defineProperty(Event.prototype, "preventDefault", {
|
||||||
value: function () {
|
value: function () {
|
||||||
if(document.activeElement.id != "hiddenInput") {
|
if(document.activeElement.id != "hiddenInput") {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user