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

发布于 2024-07-15 22:44:58 字数 418 浏览 4 评论 0原文

如何使选项卡的提示/悬浮显示更快? 反应时间太多,很多都需要很长时间才能看完。

我大多数时候在 Firefox 中打开 100 个选项卡(我使用选项卡混合加上插件 - “tmp”)。

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

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

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

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

谢谢卡尔

How can I make the tootip/flyover of the tabs appear faster? There is too much reaction time, it takes ages to look through many of them.

I have most of the time 100 tabs open in Firefox (I am using the tab mix plus addon - "tmp").

To see what's in the different browser windows I do not activate them, but I just move the mouse over the tabs.

After some milliseconds a tooltip/flyover appears (a little box at the mouse pointer is drawn above everything below) and it contains information from the header of the web page that belongs to the tab. But there is a pause of some milliseconds before they are shown.

If there is not a specific about:config variable I would also be interested how to change firefox code (as I assume this is not built into tmp, I didn't find it in the options)

I do not use the tmp feature "select tab by pointing after xxx ms", which could probably interfere.

Thank You

Karl

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

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

发布评论

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

评论(3

长伴 2024-07-22 22:44:58

这可能并不像其他人声称的那样真正是一个系统范围的问题。 对于我的网站,我注意到 Firefox 中的工具提示延迟比 Chrome 中的要高得多。 所以我研究了一下,幸运的是它很容易修复。

只需在 Firefox 中打开 about:config,然后右键单击“新建”->“整数值”。 将此名称指定给首选项:
ui.tooltipDelay

给它你喜欢的值,我刚刚将其设置为 100,现在效果很好(默认值是 500)。

来源:https://developer.mozilla.org/en -US/docs/Mozilla/Preferences/Preference_reference/ui.tooltipDelay

It may not really be a system wide problem as some others are claiming. For my website, I noticed that tooltip delay in Firefox was much higher than in Chrome. So I researched a bit, and fortunately it's easy to fix.

Just open your about:config in Firefox, and right click, New->Integer value. Give this name to the preference:
ui.tooltipDelay

Give it the value you like, I've just set that to 100 and it works nice now (Their default value is 500).

Source: https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/ui.tooltipDelay

浅笑依然 2024-07-22 22:44:58

工具提示延迟变量不在 Firefox 的 about:config 中,因为它是系统范围的变量。
如果您使用的是 OS X,您可以在终端中使用这些命令来更改它:

// make the change global (applies to all apps)
defaults write -g NSInitialToolTipDelay -int 500 

// just for firefox
defaults write org.mozilla.firefox NSInitialToolTipDelay -int 500

我不知道如何在 Windows 下完成此操作。 (也许是注册表项或其他东西

编辑:我刚刚找到这个 / 维基百科也许你可以尝试一下?

The tooltip delay variable isn't in Firefox's about:config because it is a system-wide variable.
If you are using OS X you can change it using these commands in terminal:

// make the change global (applies to all apps)
defaults write -g NSInitialToolTipDelay -int 500 

// just for firefox
defaults write org.mozilla.firefox NSInitialToolTipDelay -int 500

I don't know how this can be done under windows. (maybe a registry key or something

EDIT: I just found this / wikipedia. Maybe you can give it a try?

饮湿 2024-07-22 22:44:58

我相信 Microsoft PowerToys 的 Tweak UI 有一个设置可以更改此设置在 Windows 上。 在页面右侧大约中间位置查找下载。

I believe that Tweak UI from Microsoft PowerToys has a setting to change this on Windows. Look for the download on the right of the page about halfway down.

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