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

pull/2/head
gorhill 11 years ago
parent 12fcc2d4f3
commit 88feb450cc

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

Loading…
Cancel
Save