You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letgBrowserThumbnails={
...
_shouldCapture: functionThumbnails_shouldCapture(aBrowser){// Capture only if it's the currently selected tab.if(aBrowser!=gBrowser.selectedBrowser)returnfalse;// Don't capture in per-window private browsing mode.if(PrivateBrowsingUtils.isWindowPrivate(window))returnfalse;
The text was updated successfully, but these errors were encountered:
(from #56 (comment))
See chrome://browser/content/browser.js
The text was updated successfully, but these errors were encountered: