1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
Raymond Hill 2024-01-27 08:56:00 -05:00
parent cd736b515c
commit fa162e2a31
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -26,7 +26,7 @@
(( ) => {
if ( typeof vAPI !== 'object' || vAPI === null ) { return; }
if ( vAPI.bcSecret instanceof self.BroadcastChannel === false ) { return; }
vAPI.bcSecret.postMessage('setScriptletLogLevelOne');
vAPI.bcSecret.postMessage('setScriptletLogLevelToOne');
})();