Add description to f11fix
This commit is contained in:
parent
eeb0143f85
commit
7a020f5c42
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue