简体   繁体   English

在Firefox选项卡之间编写内容

[英]Writing Content Between Firefox Tabs

I am trying to write some values that I extract from a page (via JS/JQuery) opened in a tab in Firefox, to another opened page in a different tab within Firefox. 我试图将我从Firefox中一个选项卡中打开的页面(通过JS / JQuery)中提取的值写到Firefox中不同选项卡中的另一个打开的页面中。 Is this possible? 这可能吗? Basically, I am trying to write some values I extract to a Google document that I have open in a different tab. 基本上,我试图将提取的值写入到我在其他标签中打开的Google文档中。 I can see the "document" value in the DOM for my Google Document is something like: 我可以在DOM中看到Google文档的“文档”值,如下所示:

Doc?docid=0AQyS4r3XWCQ7ZGZ3dnE2OHNfMTNmcHE2OHAzMg&hl=en

Can I just write to that document? 我可以只写那个文件吗?

Tabs normally can't do something like that (for security reasons). 标签通常无法执行此类操作(出于安全原因)。 You might be able to pull something like that off using bookmarklets, greasemonkey, or jetpack, but I don't know for sure. 也许可以使用小书签,油脂猴子或喷气背包拉出类似的东西,但我不确定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM