mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-06-05 18:41:58 -09:00
Merge branch 'main' of https://github.com/eaglerforge/EaglerForgeInjector
This commit is contained in:
commit
a2de8a4db9
@ -24,9 +24,8 @@ const MINIFY = function () {
|
||||
};
|
||||
};
|
||||
async function minify(input, parser, EFIConfig) {
|
||||
if (globalThis.process) {
|
||||
var _status = console.log;
|
||||
}
|
||||
var _status = globalThis._status || console.log;
|
||||
|
||||
let isHtml = true;
|
||||
let inputHtml = input;
|
||||
|
||||
|
20
index.html
20
index.html
@ -126,14 +126,18 @@
|
||||
<summary>
|
||||
Where can I download an unobfuscated unsigned Eaglercraft build?
|
||||
</summary>
|
||||
<a
|
||||
href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest"
|
||||
>1.8: https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest</a
|
||||
>
|
||||
<a
|
||||
href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest"
|
||||
>1.12: https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest</a
|
||||
>
|
||||
<p>
|
||||
<strong>1.8:</strong>
|
||||
<a href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest">
|
||||
https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<strong>1.12:</strong>
|
||||
<a href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest">
|
||||
https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds-1.12/releases/latest
|
||||
</a>
|
||||
</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user