mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
This commit is contained in:
parent
23cabfd440
commit
dc08478130
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
if ( typeof vAPI !== 'object' || vAPI === null ) {
|
||||
return;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
const epickerId = vAPI.randomToken();
|
||||
let epickerConnectionId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue