TestGorilla Full Screen Exit Bypass

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.

Autore
ScriptNinja
Installazioni giornaliere
0
Installazioni totali
1
Valutazione
0 0 0
Versione
1.0.6
Creato il
24/04/2025
Aggiornato il
24/04/2025
Dimensione
1,79 KB
Licenza
MIT
Applica a

🛠️ What This Script Does

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.


📦 How to Use

  1. Install a Userscript Manager

  2. Install This Script
    Click the Install button on this page after you have a userscript manager.

  3. Visit TestGorilla
    Navigate to any https://*.testgorilla.com/* page — the script runs automatically.

  4. 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.


⚠️ Disclaimer

  • This script is for educational and demonstration purposes only.
  • Use at your own discretion — it may violate TestGorilla's terms of service.
  • The author is not responsible for any misuse of this script.

🧠 Technical Notes

  • Runs at document-start to block early fullscreen listeners.
  • Fully client-side, no external requests or data collection.
  • Lightweight, fast, and effective for fullscreen spoofing.

Feel free to fork, modify, or contribute — script licensed under MIT.