gpt4 book ai didi

javascript - 在 JavaScript 中使用浏览器对象访问 DOM

转载 作者:行者123 更新时间:2023-12-02 19:29:27 25 4
gpt4 key购买 nike

我正在用 JavaScript 编写一个 Firefox 扩展,从该脚本我需要使用浏览器窗口对象访问 DOM 对象。我该如何实现这一目标?

当我在扩展中尝试 window.document.deafultView.innerHeight 时,出现异常。

我不知道如何使用插件中的窗口对象访问 DOM 对象。

最佳答案

根据http://semanticvoid.com/blog/2006/06/01/accessing-the-dom-from-within-the-firefox-extension/你可以通过以下方式访问 DOM:

// Get the content of the currently displaying window
var win = window.content;

// Access the document within the window as follows
win.document.getElementById(‘xyz’);

关于javascript - 在 JavaScript 中使用浏览器对象访问 DOM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11686234/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com