|
@@ -154,7 +154,7 @@ export async function injectScripts(data, info, isXml) {
|
|
|
[MORE]: more,
|
|
[MORE]: more,
|
|
|
url: IS_FIREFOX && location.href,
|
|
url: IS_FIREFOX && location.href,
|
|
|
});
|
|
});
|
|
|
- const getReadyState = describeProperty(Document[PROTO], 'readyState').get;
|
|
|
|
|
|
|
+ const getReadyState = more && describeProperty(Document[PROTO], 'readyState').get;
|
|
|
const hasInvoker = contLists;
|
|
const hasInvoker = contLists;
|
|
|
if (hasInvoker) {
|
|
if (hasInvoker) {
|
|
|
setupContentInvoker();
|
|
setupContentInvoker();
|