From a14f487488d3a99d09ed81d12c3cb66b03c58068 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 5 Apr 2015 12:03:14 -0400 Subject: [PATCH] new switch: toggle cosmetic filtering on/off for a site --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index faaf1a5..7011327 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -334,7 +334,7 @@ var tabWatcher = { /******************************************************************************/ -vAPI.isNoTabId = function(tabId) { +vAPI.isBehindTheSceneTabId = function(tabId) { return tabId.toString() === '-1'; };