stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

Automatic mode: don't instantly reopen: 'Always open this site in' on FF Containers leads to opened tab being duplicated. #500

Open jtagcat opened 3 years ago

jtagcat commented 3 years ago

Expected behavior

Tab is opened in container 'c7.ee'.

Steps to reproduce

  1. Wipe add-on data.
  2. Open up destination site (y.c7.ee) in (a permanent) container named 'c7.ee'.
  3. FF Containers: Always Open in This Container
  4. Open up the site again, selecting that you really always want to open in this container.
  5. (Close previously created tabs)
  6. Settings: Advanced → Automatic Mode → Don't instantly reopen
  7. Ctrl-t
  8. youtube.com (get redirected to y.c7.ee)
  9. Upon pressing enter, human eye can't see it being in a temporary container. It opens in c7.ee straight away
  10. Briefly after (half of load time on the page), a new tab of y.c7.ee opens in a temporary container.
  11. Briefly after, the 2nd tab gets reopened in c7.ee
  12. Now we have 2 tabs open in c7.ee. Not great when opening 20 at once.

I'm guessing that the process forks.

  1. Tab opened, no container (id 1)
    1. Tree 1
    2. Please close tab id 1
    3. Please open tab with url x with container y
    4. Tree 2
    5. Please open tab with url x in temporary container (id 3)
    6. Please close tab id 1 (err)
    7. Please (re)open tab with url x with container y
    8. Please close tab id 3

I don't know how reopening works. Is there a native reopen/always open API for add-ons?

Debug log ~gotta get these bonus internet points, and avoid the wontfix not enough info bunhammer~

tmp.log.DEBUG=true
true
Fri, 02 Apr 2021 14:27:18 GMT "[onCreated] tab created" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373638655,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:18 GMT "[maybeReopenInTmpContainer] automatic mode on navigation, setting icon badge" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373638655,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:18 GMT "[onUpdated] tab updated" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373638674,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:18 GMT "[onActivated]" {"tabId":1014,"previousTabId":1012,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Fri, 02 Apr 2021 14:27:20 GMT "[onUpdated] tab updated" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640090,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"status":"loading"} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:20 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:20 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65112","url":"https://y.c7.ee/?autoplay=0","method":"GET","type":"main_frame","timeStamp":1617373640271,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640308,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[shouldIsolate]" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[shouldIsolateMac] mac isolation disabled" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[shouldIsolateNavigation] not isolating because the tab url is blank/newtab/home and no openerTab" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[maybeIsolate] decided to not isolate" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[handleRequest] decided to reload in temp tab" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[cancelRequest] marked request as canceled" {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[handleRequest] reload in temp tab" {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[createTabInTempContainer] creating new container" {"name":"tmp2","color":"toolbar","icon":"circle","number":2,"clean":true,"deletesHistory":false} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:20 GMT "[createTabInTempContainer] contextualIdentity created" {"name":"tmp2","icon":"circle","iconUrl":"resource://usercontext-content/circle.svg","color":"toolbar","colorCode":"#7c7c7d","cookieStoreId":"firefox-container-1393"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[onCreated] tab created" {"id":1015,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640434,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[maybeReopenInTmpContainer] not a home/new tab, we dont handle that" {"id":1015,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640434,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[onUpdated] tab updated" {"id":1015,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":0,"height":0,"lastAccessed":1617373640470,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:20 GMT "[onActivated]" {"tabId":1015,"previousTabId":1014,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:20 GMT "[onRemoved]" 1014 background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[webRequestOnBeforeRequest] canceling" {"requestId":"65112","url":"https://y.c7.ee/?autoplay=0","method":"GET","type":"main_frame","timeStamp":1617373640271,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[cancelRequest] already canceled" {"requestId":"65112","url":"https://y.c7.ee/?autoplay=0","method":"GET","type":"main_frame","timeStamp":1617373640271,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} {"1014":{"requestIds":{"65112":true},"urls":{"https://www.youtube.com/":true,"https://y.c7.ee/?autoplay=0":true}}} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[cancelRequest] probably redirect, aborting" {"requestId":"65112","url":"https://y.c7.ee/?autoplay=0","method":"GET","type":"main_frame","timeStamp":1617373640271,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[onUpdated] tab updated" {"id":1015,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640951,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"status":"loading"} background.js:464:25
------------------------------------------ background.js:465:25
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Fri, 02 Apr 2021 14:27:21 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65113","url":"https://y.c7.ee/?autoplay=0","originUrl":"moz-extension://dd808f91-1fc7-4828-9f4e-542505c593e8/","method":"GET","type":"main_frame","timeStamp":1617373640903,"tabId":1015,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-230","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:21 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1015,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641338,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:21 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[persist] storage persisted" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[createTabInTempContainer] creating tab in temporary container" {"cookieStoreId":"firefox-container-1393","url":"https://www.youtube.com/","active":true,"index":22,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[onCreated] tab created" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641489,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[maybeReopenInTmpContainer] not a home/new tab, we dont handle that" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641489,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:21 GMT "[onUpdated] tab updated" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":0,"height":0,"lastAccessed":1617373641538,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[onActivated]" {"tabId":1016,"previousTabId":1015,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[createTabInTempContainer] new tab in temp container created" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641488,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:21 GMT "[persist] storage persisted" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[onUpdated] tab updated" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641835,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} {"status":"loading"} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Fri, 02 Apr 2021 14:27:22 GMT "[remove] couldnt remove tab" {} {"id":1014,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373640240,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:newtab","title":"New Tab"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[cancelRequest] marked request as canceled" {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65114","url":"https://www.youtube.com/","originUrl":"moz-extension://0d711660-002f-4114-aa1d-7b8910605ef1/","method":"GET","type":"main_frame","timeStamp":1617373641788,"tabId":1016,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-1393","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642100,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] not isolating because the tmp container is still clean" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[markUnclean] marking tmp container as not clean anymore" "firefox-container-1393" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65114","url":"https://y.c7.ee/?autoplay=0","originUrl":"moz-extension://0d711660-002f-4114-aa1d-7b8910605ef1/","method":"GET","type":"main_frame","timeStamp":1617373642164,"tabId":1016,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-1393","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65113","url":"https://y.c7.ee/feed/popular","originUrl":"moz-extension://dd808f91-1fc7-4828-9f4e-542505c593e8/","method":"GET","type":"main_frame","timeStamp":1617373642196,"tabId":1015,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-230","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1016,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642233,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-1393","url":"about:blank","title":"youtube.com/"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1015,"index":21,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641463,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:22 GMT "[onCreated] tab created" {"id":1017,"index":23,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642316,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[maybeReopenInTmpContainer] not a home/new tab, we dont handle that" {"id":1017,"index":23,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642316,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[webRequestOnBeforeRequest] cleaning up canceledTabs" {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:22 GMT "[onUpdated] tab updated" {"id":1017,"index":23,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":0,"height":0,"lastAccessed":1617373642335,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[onActivated]" {"tabId":1017,"previousTabId":1016,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[onRemoved]" 1016 background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[onRemoved] queuing container removal because of tab removal" 1016 background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[addToRemoveQueue] waiting before adding container removal to queue" 900000 "firefox-container-1393" background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[onUpdated] tab updated" {"id":1017,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642618,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"status":"loading"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:22 GMT "[createTabInTempContainer] cleaning up urlCreatedContainer" "https://www.youtube.com/" background.js:464:25
------------------------------------------ background.js:465:25
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Fri, 02 Apr 2021 14:27:22 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65115","url":"https://y.c7.ee/?autoplay=0","originUrl":"moz-extension://dd808f91-1fc7-4828-9f4e-542505c593e8/","method":"GET","type":"main_frame","timeStamp":1617373642587,"tabId":1017,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-230","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:22 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1017,"index":22,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373642904,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:23 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] tab updated" {"id":1015,"index":21,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373641463,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"isArticle":false} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] tab updated" {"id":1015,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643135,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[onActivated]" {"tabId":1015,"previousTabId":1017,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] tab updated" {"id":1015,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643221,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"https://y.c7.ee/feed/popular","title":"y.c7.ee/?autoplay=0"} {"status":"loading","url":"https://y.c7.ee/feed/popular"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] url changed" {"status":"loading","url":"https://y.c7.ee/feed/popular"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[maybeReopenInTmpContainer] not a home/new tab, we dont handle that" {"id":1015,"index":21,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643221,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"https://y.c7.ee/feed/popular","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] tab updated" {"id":1012,"index":20,"windowId":1,"highlighted":true,"active":true,"attention":false,"pinned":false,"status":"complete","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643372,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-default","url":"about:devtools-toolbox?id=%7Bc607c8df-14a7-4f28-894f-29e8722976af%7D&type=extension","title":"Toolbox - Extension / Temporary Containers"} {"attention":false} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:23 GMT "[onActivated]" {"tabId":1012,"previousTabId":1015,"windowId":1} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:23 GMT "[onUpdated] tab updated" {"id":1015,"index":21,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643336,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"https://y.c7.ee/feed/popular","title":"Invidious"} {"title":"Invidious"} background.js:464:25
------------------------------------------ background.js:465:25
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Fri, 02 Apr 2021 14:27:24 GMT "[webRequestOnBeforeRequest] cleaning up canceledTabs" {"requestId":"65112","url":"https://www.youtube.com/","method":"GET","type":"main_frame","timeStamp":1617373640060,"tabId":1014,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-default","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":["tracking_content","any_strict_tracking"],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. background.js:1
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    containAmazon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:513
background.js:483:3
Fri, 02 Apr 2021 14:27:24 GMT "[webRequestOnBeforeRequest] incoming request" {"requestId":"65115","url":"https://y.c7.ee/feed/popular","originUrl":"moz-extension://dd808f91-1fc7-4828-9f4e-542505c593e8/","method":"GET","type":"main_frame","timeStamp":1617373644492,"tabId":1017,"frameId":0,"parentFrameId":-1,"incognito":false,"thirdParty":false,"cookieStoreId":"firefox-container-230","proxyInfo":null,"ip":null,"frameAncestors":[],"urlClassification":{"firstParty":[],"thirdParty":[]},"requestSize":0,"responseSize":0} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:24 GMT "[handleRequest] onbeforeRequest requested tab information" {"id":1017,"index":22,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643074,"audible":false,"mutedInfo":{"muted":false},"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} undefined background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:24 GMT "[handleRequest] mac neverask assigned" {"userContextId":"230","cookieStoreId":"firefox-container-230","neverAsk":true} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:26 GMT "[onUpdated] tab updated" {"id":1017,"index":22,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643074,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"about:blank","title":"y.c7.ee/?autoplay=0"} {"isArticle":false} background.js:464:25
------------------------------------------ background.js:465:25
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Uncaught (in promise) TypeError: browser.browserAction is undefined
    updateBrowserActionIcon moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:483
    tabUpdateListener moz-extension://5ceb3bff-9ef7-4e22-90fb-e9a9b5faa2de/background.js:478
background.js:483:3
Fri, 02 Apr 2021 14:27:26 GMT "[onUpdated] tab updated" {"id":1017,"index":22,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643074,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"https://y.c7.ee/feed/popular","title":"y.c7.ee/?autoplay=0"} {"status":"loading","url":"https://y.c7.ee/feed/popular"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:26 GMT "[onUpdated] url changed" {"status":"loading","url":"https://y.c7.ee/feed/popular"} background.js:464:25
------------------------------------------ background.js:465:25
Fri, 02 Apr 2021 14:27:26 GMT "[maybeReopenInTmpContainer] not a home/new tab, we dont handle that" {"id":1017,"index":22,"windowId":1,"highlighted":false,"active":false,"attention":false,"pinned":false,"status":"loading","hidden":false,"discarded":false,"incognito":false,"width":1410,"height":753,"lastAccessed":1617373643074,"audible":false,"mutedInfo":{"muted":false},"isArticle":false,"isInReaderMode":false,"sharingState":{"camera":false,"microphone":false},"successorTabId":-1,"cookieStoreId":"firefox-container-230","url":"https://y.c7.ee/feed/popular","title":"y.c7.ee/?autoplay=0"} background.js:464:25
------------------------------------------ background.js:465:25
tmp.log.DEBUG=false