this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refactoring Privacy & Security, prep for 1.4.0

+1 -1
+1 -1
background.js
··· 147 147 // Execute performAction when a tab is updated and the tab is a website. 148 148 tabs.onUpdated.addListener((tabId, changeInfo, tab) => { 149 149 if ( 150 - changeInfo.status === "complete" && 150 + changeInfo.status === "loading" && 151 151 tab.active && 152 152 (tab.url.startsWith("http://") || tab.url.startsWith("https://")) 153 153 ) {