sethcottle / tabcloser

TabCloser automatically closes redirected tabs for Asana, Discord, Figma, Linear, Notion, Slack, Spotify, VS Code Live Share, Webex, and Zoom.
https://tabcloser.com
GNU General Public License v3.0
3 stars 3 forks source link

Options Saving Arc Browser #1

Closed sethcottle closed 1 year ago

sethcottle commented 1 year ago

Having a few issues saving settings in Arc Browser. This is likely related to the way Arc handles chrome.storage. Working through some debugging.

As I work through this, I added in a lot more debug logs to TabCloser that output to the console in https://github.com/sethcottle/tabcloser/commit/78a4436bfa4017013a79a728a5f4acda7dfc6159. These will be turned off by default but you'll be able to manually download TabCloser and turn it on yourself by changing const DEBUG = false; to const DEBUG = true;.

We'll need to verify if you can deselect a service in the options menu and if Arc will store that preference. Need to verify if you can update the seconds in the interval check and if Arc will successfully store that interval preference.

https://arc.net/

sethcottle commented 1 year ago

Fixed in #2