问题标签 [firefox-addon]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2095 浏览

firefox - 如何在 Firefox 扩展中获取基本身份验证信息?

我正在编写 Firefox 扩展程序,并希望获取网站(或当前文档)的基本身份验证信息。

如何在 Firefox 扩展中获取基本身份验证信息?

0 投票
2 回答
5702 浏览

http - 记录流量的firefox插件

你知道一个记录我浏览时产生的http流量的firefox插件吗?

我想要像萤火虫的网络选项卡这样的东西,但每次单击新链接时它都不应该“重新启动”。

0 投票
3 回答
2511 浏览

firefox - 更快地显示 Firefox 选项卡工具提示

如何使选项卡的提示/天桥显示得更快?有太多的反应时间,需要很长时间才能浏览其中的许多内容。

大多数时候,我在 Firefox 中打开了 100 个标签(我正在使用标签混合加插件 - “tmp”)。

要查看不同浏览器窗口中的内容,我不会激活它们,而是将鼠标移到选项卡上。

几毫秒后出现一个工具提示/浮标(鼠标指针上的一个小框绘制在下面的所有内容之上),它包含来自属于该选项卡的网页标题的信息。但是在显示之前会有几毫秒的暂停。

如果没有特定的 about:config 变量,我也会对如何更改 firefox 代码感兴趣(因为我假设这不是 tmp 内置的,我在选项中没有找到它)

我不使用 tmp 功能“通过指向 xxx ms 后选择选项卡”,这可能会干扰。

谢谢你

卡尔

0 投票
13 回答
36456 浏览

firefox - Firefox addon to remove cache and cookies of one domain?

I use Firefox to develop a web site and at the same time to browse the web, read my gmail, etc.

The problem is every now and then I need to delete the cache and or remove the cookies of the web app, but I want to stayed logged in in the other web pages I am visiting.

Do you know a Firefox plugin (or Firefox trick) that can help with this issue?

0 投票
2 回答
1282 浏览

debugging - Firebug 1.3.3 - 并不总是允许脚本调试?

我已经使用 firebug 有一段时间了,但我最近注意到它并不总是允许你出于某种原因在代码中设置断点。firebug 调试器中的行号全部变为灰色,您无法让程序在其中任何一个上停止。

当我可以让它工作时,你可以打破的线条变成绿色。

这有什么原因吗?

0 投票
1 回答
349 浏览

firefox - XPCOM tab based variable

When user clicks on of the button in toolbar it opens an url in the browser windows. user can process that content on clicking on some other button on the toolbar.

However it creates a problem when i have multiple tabs opened and each tab contains different url (so when i send a request to the server through toolbar actions it takes id for recently loaded data).

Could you please help me out so i can manage identifier returned from the server for each tab? I am using variable in JS to maintain the identifier for the loaded Url (Url comes from the server with the identifier).

0 投票
2 回答
706 浏览

javascript - Firefox 扩展中的 Google 搜索 API

我正在开发一个 firefox 扩展,我需要包含 Google Search API。但我在 google.load('search','1') 行中遇到错误。谁能告诉问题是什么

谢谢。

0 投票
1 回答
422 浏览

firefox - Firebug“白名单”模式

如何让 Firebug 做到这一点:

(来自 Firebug 网站http://getfirebug.com/using.html)您可以在两种模式下浏览 - 为除“黑名单”上的所有网站启用 Firebug,或为除“白名单”上的所有网站禁用 Firebug ”。

我如何获得第二个选项?我不希望 Firebug 为我访问的每个站点运行,只是那些我正在处理的站点。

0 投票
1 回答
267 浏览

firefox-addon - 使用 DOM 文档而不是 URI 创建选项卡/窗口?

我有一个需要在请求中发送特殊标头的 Web 服务。我能够使用 XMLHttpRequest 和 setRequestHeader() 检索预期的 responseXML。

现在我想创建一个包含响应文档的新选项卡(或窗口)。我希望将默认 XMLPrettyPrint.xsl 文件应用到它,并且在查看源代码时,我希望在查看普通 .xml 文件时看到未设置样式的源代码。

有任何想法吗?

0 投票
2 回答
2179 浏览

firefox - Firebug 调试器在 Firefox 3.x 中不起作用?

我已经使用Firebug一段时间了,在过去的一个月里,我无法让 JavaScript 调试器工作。我的意思是,它有时会起作用,但它在 80% 的时间里会做随机的事情。我不认为这只是我,因为我的一个朋友有同样的问题。

我已经用谷歌搜索了这个问题,但我无法找到一个有趣的答案。在http://getfirebug.com/上也一样。

现在,我在 Windows XP 上安装了最新版本的 Firefox 3 和最新的 Firebug,但它自 1 月以来一直没有工作。

有没有开票之类的?那会很有帮助!