I use a site run by my company that has a session timer. Any interaction with the server resets it, or it can be manually triggered. I multitask a lot and keep getting signed out, losing my progress, so I need a solution.
Initially I tried inserting a JavaScript function via a Chrome extension (e.g. Injector) to just automatically reset the timer. That worked great, but obviously there are security issues with doing it automatically.
What I want is something that, after a certain amount of time of not interacting with the site, will alert me either by sound or visually (something focus-grabbing and not merely on that tab). I've tried using extensions that throw up an alarm every n minutes, but that only works if I remember to reset it after my last interaction on that page. So I'm wondering, is there some JavaScript that I can put in the code injector extension that will flash my screen or make noise after so many minutes of not interacting? Is there already an extension existing that can handle such things that I just can't find?