法拉盛 84.0.2,通用汽车 4.10.0
代码可以在GitLab上看到。相关部分是:
...
const doc = document.implementation.createHTMLDocument('http://www.w3.org/1999/xhtml', 'html');
console.debug("DOC CREATED")
doc.open() // <-- with GM: DOMException: The operation is insecure.
console.debug("DOC OPENED")
...
控制台输出:
...
DOC CREATED
DOMException: The operation is insecure.
脚本适用于 Tampermonkey。