Replies: 3 comments
-
The reason for the 10 minutes is that the icon badge can only accommodate 4 characters (hence "M:SS"). I don't understand your first suggestion. Are you asking for the time left to be shown for non-active tabs? I don't see how that would work when there are multiple tabs with sites in block sets. Which time-left value would LB display? |
Beta Was this translation helpful? Give feedback.
-
Fair enough :-)
As I mentioned - the one with the lowest limit. Maybe I'll shed a bit of light - I have a limit for a couple of websites and sometimes I open a webpage from blocked domain in the background and it times-out the limit I had without me knowing it. It's result of disabling "process only active tabs" because - I figured a simple way to circumvent the timer - simply make browser loose the focus and I can still read the content without the limit. Bottomline - solving #49 would most likely render this issue (badge timer) invalid. |
Beta Was this translation helpful? Give feedback.
-
Alternatively - instead of showing timer itself do following:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
There is an option Show timer as icon badge (if time left is less than 10 minutes) which is great but there is also Count time spent on these sites only when browser tab is active and in case if the second one is disabled (i.e. page is unfocused and the timer is still being counted) there is no indication on the extension icon.
It would be also nice if there could be an option to include that timer without 10 minutes limit (or configure the limit)
EDIT: possible solution: in
background.js
inupdateTimer()
method calculate alsoglobalSecsLeft
and if mainsecsLeft
doesn't exist orglobalSecsLeft
is lower then displayglobalSecsLeft
. This would possibly impose performance penalty due to iterating over all tabs ingTabs
array.Beta Was this translation helpful? Give feedback.
All reactions