Prevents TestGorilla from forcing users out of fullscreen mode by overriding exitFullscreen(), spoofing fullscreenElement, and blocking fullscreenchange event listeners. Useful for uninterrupted fullscreen experience during assessments.
TestGorilla Full Screen Exit Bypass is a userscript designed to bypass the forced fullscreen restrictions imposed by the TestGorilla platform during assessments or other interactive sessions.
It includes the following features:
✅ Prevents Forced Exit from Fullscreen Mode
Overrides document.exitFullscreen() to block any forced exit attempts.
🛑 Blocks Fullscreen Event Listeners
Prevents scripts from adding fullscreenchange event listeners.
🕶️ Spoofs Fullscreen State
Forces document.fullscreenElement to always return the root element, making the site think it's still in fullscreen.
Install a Userscript Manager
Install This Script
Click the Install button on this page after you have a userscript manager.
Visit TestGorilla
Navigate to any https://*.testgorilla.com/* page — the script runs automatically.
Enjoy Fullscreen Freedom
You can enter fullscreen via F11 or browser UI, and the platform will not be able to force you out or detect changes.
document-start to block early fullscreen listeners.Feel free to fork, modify, or contribute — script licensed under MIT.