From 88feb450cc5ca62536ef01afc88df7572e5e3e0d 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/chromium/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/vapi-background.js b/platform/chromium/vapi-background.js index d005947..de20116 100644 --- a/platform/chromium/vapi-background.js +++ b/platform/chromium/vapi-background.js @@ -65,7 +65,7 @@ vAPI.tabs = {}; /******************************************************************************/ -vAPI.isNoTabId = function(tabId) { +vAPI.isBehindTheSceneTabId = function(tabId) { return tabId.toString() === '-1'; };