diff --git a/js/tab.js b/js/tab.js index 47faf9d29..30d02865f 100644 --- a/js/tab.js +++ b/js/tab.js @@ -74,7 +74,9 @@ } // https://github.com/gorhill/uBlock/issues/91 - pageStore.recordResult('popup', requestURL, result); + if ( result !== '' ) { + pageStore.recordResult('popup', requestURL, result); + } // Not blocked if ( pageStore.boolFromResult(result) === false ) {