更快地显示 Firefox 选项卡工具提示
如何使选项卡的提示/悬浮显示更快? 反应时间太多,很多都需要很长时间才能看完。
我大多数时候在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这可能并不像其他人声称的那样真正是一个系统范围的问题。 对于我的网站,我注意到 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
工具提示延迟变量不在 Firefox 的 about:config 中,因为它是系统范围的变量。
如果您使用的是 OS X,您可以在终端中使用这些命令来更改它:
我不知道如何在 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:
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?
我相信 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.