Skip to content

Draft: Refactor tabs messaging

Avi Dave requested to merge refactor-tabs-messaging into main

Arsala brought to my attention some redundant code that was written during one of the earlier releases of Focused Browsing. After realizing that we use set intervals in our focus scripts to keep distractions hidden on a website, we no longer need to monitor new pages being loaded because our focus script has already been injected and it has an interval running to keep focus mode on/off.

Merge request reports