Browse Source

new switch: toggle cosmetic filtering on/off for a site

pull/2/head
gorhill 10 years ago
parent
commit
a14f487488
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -334,7 +334,7 @@ var tabWatcher = {
/******************************************************************************/
vAPI.isNoTabId = function(tabId) {
vAPI.isBehindTheSceneTabId = function(tabId) {
return tabId.toString() === '-1';
};

Loading…
Cancel
Save