https://github.com/themiu/poki-fullscreen-player
A simple fix to enable fullscreen mode for Poki games that don't support it by default.
https://github.com/themiu/poki-fullscreen-player
fullscreen-mode html5 webgames
Last synced: 7 months ago
JSON representation
A simple fix to enable fullscreen mode for Poki games that don't support it by default.
- Host: GitHub
- URL: https://github.com/themiu/poki-fullscreen-player
- Owner: TheMIU
- License: mit
- Created: 2025-02-26T10:28:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:24:30.000Z (7 months ago)
- Last Synced: 2025-02-26T11:33:57.109Z (7 months ago)
- Topics: fullscreen-mode, html5, webgames
- Language: HTML
- Homepage: https://themiu.github.io/Poki-Fullscreen-Player/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Poki Fullscreen Player
A simple fix to enable fullscreen mode for Poki games that don't support it by default. This script removes all other elements from the page and makes the game div fullscreen.
## Features
- Remove all page elements except the game.
- Make the game div take up the full screen.
- Prompt the user to enter fullscreen mode (using browser fullscreen APIs).
- Copy the script easily with the "Copy Code" button.