DominicMaas / TimelineExtension

Windows Timeline & Project Rome Web Extension
MIT License
483 stars 27 forks source link

Implement minimum time on page check #22

Closed da2x closed 6 years ago

da2x commented 6 years ago
da2x commented 6 years ago

May be more like 10 seconds on a slow system because of the delay when reading from chrome.storage. I couldn’t find a good way to handle the delay in the background script without involving and complicating matter greatly with the chrome.tabs API.

da2x commented 6 years ago

8 second default comes from Brave. They use it as the minimum attention-time required for a page. Probably just as good of a default as anything.

DominicMaas commented 6 years ago

Thanks, all looks good.