Add description to f11fix

This commit is contained in:
ZXMushroom63 2024-12-11 16:08:12 +08:00
parent eeb0143f85
commit 7a020f5c42

View File

@ -1,6 +1,8 @@
(() => {
ModAPI.meta.title("Fullscreen Fixer");
ModAPI.meta.description("Makes HTML guis still appear in fullscreen.");
ModAPI.meta.credits("By ZXMushroom63");
var oldF11 = HTMLElement.prototype.requestFullscreen;
HTMLElement.prototype.requestFullscreen = function () {
if (this instanceof HTMLBodyElement) {