Big Cursor
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Big Cursor replaces your standard mouse pointer with a larger, custom-drawn cursor that follows your mouse movement across any webpage. You can scale the cursor from 1x to 5x its original size, add a glowing ring around it for high contrast, and enable a trailing effect that leaves fading dots behind the pointer. All settings are applied instantly and persist across pages, so you only need to configure it once.
WHERE IT RUNS
This script works on every website you visit—from documents and emails to dashboards and social media. It runs entirely inside your browser as a userscript, not as a separate application, so it stays lightweight and responsive even on complex pages.
HOW TO USE
Open the Big Cursor panel by clicking the script icon in your BotGentz toolbar. Use the sliders or number inputs to adjust the cursor scale, trail length, and ring thickness. Choose a ring color using the color picker. Quick preset buttons let you switch to 1.5x, 2.5x, or 4x sizes with one click. The Reset All button restores factory defaults. Changes take effect immediately as you adjust each setting.
THE TECHNICAL MECHANISM — why it works where others fail
Most cursor enlargement tools rely on CSS cursor: url() with a single static image, which breaks on hover states, dynamic content, and complex shadow DOMs. Big Cursor instead injects a fixed-position overlay layer that captures the mousemove event at the document root. It then positions a DOM-based cursor representation using transform:
PLEASE NOTE
Sites and services change over time and this app may need updating to match.