mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
23cabfd440
commit
dc08478130
|
@ -30,6 +30,12 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
if ( typeof vAPI !== 'object' || vAPI === null ) {
|
||||
return;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
const epickerId = vAPI.randomToken();
|
||||
let epickerConnectionId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue