mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
6 lines
241 B
JavaScript
6 lines
241 B
JavaScript
unsafeWindow.Element.ALLOW_KEYBOARD_INPUT = {};
|
|
const originalRequestFullscreen = unsafeWindow.Element.prototype.requestFullscreen;
|
|
unsafeWindow.Element.prototype.requestFullscreen = function ()
|
|
{
|
|
originalRequestFullscreen.call(this);
|
|
}; |