1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +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 // https://github.com/gorhill/uBlock/issues/464
if ( document instanceof HTMLDocument === false ) { if ( document instanceof HTMLDocument === false ) {
//console.debug('contentscript-start.js > not a HTLMDocument'); //console.debug('subscriber.js > not a HTLMDocument');
return; return;
} }
// Because in case // Because in case
if ( !vAPI ) { if ( !vAPI ) {
//console.debug('contentscript-start.js > vAPI not found'); //console.debug('subscriber.js > vAPI not found');
return; return;
} }