您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.