## What - When I open a tab or just go on it less than 8 seconds it should be protected for 1hour instead of the usual 10minutes and should not count. ## Steps - Add another protection to tabs if they have not been visited for at least 8seconds - Keep the previous one for visited tabs - Change the minimal activation time for `const MIN_ACTIVE_DEBOUNCE = 1000 * 4; // minimum active reading on a tab `
What
Steps
const MIN_ACTIVE_DEBOUNCE = 1000 * 4; // minimum active reading on a tab