1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00
This commit is contained in:
gorhill 2015-04-05 10:39:58 -04:00
parent bc83836a7b
commit c5b7f3c0b5

View File

@ -36,13 +36,13 @@
// https://github.com/gorhill/uBlock/issues/464
if ( document instanceof HTMLDocument === false ) {
//console.debug('contentscript-start.js > not a HTLMDocument');
//console.debug('subscriber.js > not a HTLMDocument');
return;
}
// Because in case
if ( !vAPI ) {
//console.debug('contentscript-start.js > vAPI not found');
//console.debug('subscriber.js > vAPI not found');
return;
}