diff --git a/platform/chromium/vapi.js b/platform/chromium/vapi.js index f62294041..a025e0402 100644 --- a/platform/chromium/vapi.js +++ b/platform/chromium/vapi.js @@ -53,4 +53,8 @@ if ( : { uBO: true }; } +// Set the value of the last expression to undefined to avoid serializing the +// vAPI object when the content script is run using chrome.tabs.executeScript. +void 0; + /******************************************************************************/