覆盖持久 iFrame 的 Firefox 扩展?

发布于 2024-08-17 14:28:11 字数 315 浏览 6 评论 0原文

是否可以构建一个在页面内容上显示浮动、持久 iFrame 的 Firefox 扩展?

我知道可以使用 XUL 添加 iFrame。例如,您可以将 iFrame 添加到持久侧边栏。但是,我希望 iFrame 漂浮在页面内容上,而不是导致内容缩小。到目前为止,我唯一的选择是将 iFrame 添加到 DOM,然后使用 CSS“固定”定位来浮动 iFrame。

iFrame 还必须在页面加载时保持不变,就像侧边栏一样。不幸的是,将 iFrame 添加到 DOM 会导致 iFrame 在浏览器呈现新页面时(例如,单击链接后)消失。

有什么线索吗?

谢谢!

Is it possible to build a Firefox extension that displays a floating, persistent iFrame over the page content?

I know it's possible to add iFrames using XUL. For instance, you can add an iFrame to a persistent sidebar. However, I want the iFrame to float over the page content, not cause the content to shrink. So far, my only option is to add the iFrame to the DOM, then use CSS "fixed" positioning to float the iFrame.

The iFrame must also persist across page loads, exactly as the sidebar does. Adding an iFrame to the DOM, unfortunately, causes the iFrame to vanish when the browser renders a new page (e.g., after clicking a link).

Any clues?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

-黛色若梦 2024-08-24 14:28:11

您可以查看的另一个附加组件是 购物助手 它有一个每当页面显示产品时,iframe 就会出现在底部

Another add-on you can look at is Shopping Helper It has an iframe at the bottom whenever the page is displayed a product

孤独患者 2024-08-24 14:28:11

是的。我可以通过在您使用的面板中设置属性 noautohide 来做到这一点。

例如

<panel id="yourOverlay" noautohide="true">

Yes. I was able to do this by setting the attribute noautohide in the panel you use.

E.g.

<panel id="yourOverlay" noautohide="true">
无需解释 2024-08-24 14:28:11

您可以使用 Greasemonkey 执行类似的操作,它允许您自定义网页的外观和您的可以让您的脚本可供其他人使用。

You might be able to do something like this with Greasemonkey, it allows you to customize how web pages look and you could make your script available to others.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文