Browse Source

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

pull/2/head
gorhill 10 years ago
parent
commit
88feb450cc
  1. 2
      platform/chromium/vapi-background.js

2
platform/chromium/vapi-background.js

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

Loading…
Cancel
Save