ifvisible.js: Detect Page Visibility and User Idle State in JavaScript
Add idle and visibility detection to your web app with ifvisible.js. Listen for blur, focus, idle, wakeup, and page lifecycle events with a single import.
Add idle and visibility detection to your web app with ifvisible.js. Listen for blur, focus, idle, wakeup, and page lifecycle events with a single import.
A lightweight JavaScript library for monitoring user idleness. Implement session timeouts, auto-save, and more with intelligent idle detection.
A small idle tracker library that tracks user interactions on the webpage and fires a callback function if the user goes idle.
A Vanilla JavaScript library that enables you to set a customizable screensaver on your website or web app.
TimeMe.js is a pure JavaScript library which displays a timer to display how long you are actively viewing the current webpage.
Yet another vanilla JavaScript user idle tracker library that checks user interactions and trigger a function when a user is inactive for X amount of time.
idle.js is a vanilla JavaScript based idle timer that checks if a user is idle for a specific amount of time and fires a callback function (or redirects the page to another) if the user goes idle.