mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
Add description to f11fix
This commit is contained in:
parent
eeb0143f85
commit
7a020f5c42
@ -1,6 +1,8 @@
|
|||||||
(() => {
|
(() => {
|
||||||
ModAPI.meta.title("Fullscreen Fixer");
|
ModAPI.meta.title("Fullscreen Fixer");
|
||||||
|
ModAPI.meta.description("Makes HTML guis still appear in fullscreen.");
|
||||||
ModAPI.meta.credits("By ZXMushroom63");
|
ModAPI.meta.credits("By ZXMushroom63");
|
||||||
|
|
||||||
var oldF11 = HTMLElement.prototype.requestFullscreen;
|
var oldF11 = HTMLElement.prototype.requestFullscreen;
|
||||||
HTMLElement.prototype.requestFullscreen = function () {
|
HTMLElement.prototype.requestFullscreen = function () {
|
||||||
if (this instanceof HTMLBodyElement) {
|
if (this instanceof HTMLBodyElement) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user