TestGorilla Mouse Exit Bypass

Spoofs mouse behavior on TestGorilla to prevent detection of mouse movements outside the window. Clamps cursor position and blocks mouseleave/mouseout event listeners.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
ScriptNinja
今日安裝
0
安裝總數
3
評價
0 0 0
版本
1.0.1
建立日期
2025-04-24
更新日期
2025-04-24
尺寸
2.5 KB
授權條款
MIT
腳本執行於

🛠️ What This Script Does

TestGorilla Mouse Exit Bypass is a userscript that prevents the TestGorilla platform from detecting when your mouse leaves the browser window — a common tactic used to monitor user behavior during assessments.

🔧 Features

  • Blocks mouseleave and mouseout event listeners
    Prevents the site from detecting if your cursor exits the browser window.

  • 🔒 Clamps mouse position (clientX, clientY)
    Spoofs mouse coordinates to always stay within the visible page area.

  • 🧩 Maintains appearance of normal mouse activity
    Useful in situations where the site attempts to monitor cursor boundaries or flags behavior.


📦 How to Use

  1. Install a Userscript Manager

  2. Install This Script
    Once your userscript manager is ready, install this script from the Greasy Fork page.

  3. Visit TestGorilla The script activates automatically on any https://*.testgorilla.com/* page.

  4. Take Your Test Normally
    Move your mouse freely without triggering TestGorilla’s out-of-window detection mechanisms.


⚠️ Disclaimer

  • This script is provided for research and educational purposes only.
  • Use of this script may violate the terms of service of the TestGorilla platform.
  • You are solely responsible for how and where you use this script.

🧠 Technical Notes

  • Runs at document-start to block event listeners as early as possible.
  • Lightweight and non-invasive — doesn't interfere with other site functions.
  • Fully client-side — does not send or receive any external data.

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