ear1grey / structured-start-tab

A browser extension that replaces default tab content with a page of organised links. Works in Google Chrome, Mozilla Firefox and Microsoft Edge.
10 stars 4 forks source link

Multiple events triggered #249

Closed adrianoBP closed 1 year ago

adrianoBP commented 1 year ago

Due to background.js being called from index.js, a new background listener was created every time a page was opened. The functions required have been moved to a separate file to prevent this.