1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

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

This commit is contained in:
gorhill 2015-04-05 12:03:14 -04:00
parent 3607286a3e
commit a14f487488

View file

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