Kuldeep Matharu

Results 120 comments of Kuldeep Matharu

Quick update. This is looking good - hope to merge it soon. The project is [currently in testing](https://github.com/zombieFox/nightTab/projects/2) gearing up for the next big release ([Internationalisation](https://github.com/zombieFox/nightTab/commit/c18430f48675bf41158b69054c234d67e11049ed) support). Releasing multiple big...

Thanks @2ndHouse and @metruzanca for details and thoughts on this topic. Reading up on opening links in the background while keeping the current tab in focus seems like fighting an...

Hi. Glad you like the project. I've [looked into supporting Safari in the past](https://github.com/zombieFox/nightTab/issues/250) but the developer experience is very poor. In short I do not have the time or...

The application checks the local storage on page load for any saved data. Then the [data module](https://github.com/zombieFox/nightTab/blob/main/src/component/data/index.js) takes over. The order of events is: [data.init()](https://github.com/zombieFox/nightTab/blob/45141b4a1cb5a9fbeddaf98831191aedc011df5e/src/index.js#L6) starts off the data restore...

Thanks @metruzanca for jumping in and providing direction ❤️ > I know @zombieFox is pretty occupied as of late I'll jump in where I can, work and life schedules permitting.

> How to sync the tab settings with multiple devices Currently nightTab does not access or sync with user profiles on Chrome or Firefox. This is by design but also...

> Is there any specific files in ~/.config/google-chrome/Default/Extensions/hdpcadigjkbcpnlcpbcohpafiaefanki/ which need to be copied to other systems I'm not familiar with where Chrome saves Extension data, but in theory if you...

Hi, I can investigate as I'm not sure how to do that right now.

This may be related to #93 "Storing user data to chrome.storage". I'm still investigating chrome.storage. I'll see what I can do. Please refer to the [Project board](https://github.com/zombieFox/nightTab/projects/1) for progress (or...

Hi, thanks for the suggestions - sound is an interesting idea. I'm not sure this would work as you describe. As a general rule loading media files from the local...