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

pull/2/head
gorhill 9 years ago
parent 3607286a3e
commit a14f487488

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

Loading…
Cancel
Save