Visibility API Blocking
Websites won't know when you switch tabs. The visibilitychange event is completely blocked.
Modern interview platforms — Yandex Code, CoderPad, HackerRank, CodeSignal — actively track what happens inside the tab. Every tab switch, focus loss, or attempt to copy the task is logged as suspicious activity and forwarded to the interviewer.
The visibilitychange event fires the moment you switch tabs, minimize the browser, or open the task switcher.
Captures the moment you click into another app or switch browser windows via Alt-Tab.
Sites disable text selection, right-click and the Clipboard API so you can't copy the task or paste an answer.
The extension patches these APIs at the page level: the browser keeps telling the site «everything is active, the user is focused», while you're reading ChatGPT in another window, copying code or reviewing the task outside the page.
Everything you need to pass technical interviews without tracking
Websites won't know when you switch tabs. The visibilitychange event is completely blocked.
Blocks blur, focus, window.onfocus and window.onblur events on all websites.
Copy text even on websites where it's disabled. Works automatically.
Ctrl + hover highlights element, Ctrl+Alt copies all text of the element to clipboard.
Configure which sites the extension will be active on. Add domains via popup.
Manifest V3, works locally, doesn't collect data. Open source on GitHub.
5 simple steps to install the extension from archive
Download the extension archive from GitHub repository.
Unpack the archive to any folder on your computer.
Enter in Chrome address bar:
chrome://extensions/Enable the toggle in the top right corner of the page.
Click 'Load unpacked' and select the folder.