您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
在B站动态页(t.bilibili.com)鼠标悬停标题/简介一小段时间后,显示完整标题/简介,不用点进视频就能知道主要内容。具有高优先级样式以避免冲突。
你是否也曾为B站动态页(t.bilibili.com
)上那些因过长而被截断的视频标题感到烦恼?光标悬停上去也只显示同样不完整的内容。这个脚本就是为了解决这个小小的痛点而生。
Have you ever been annoyed by video titles on Bilibili's dynamic feed (t.bilibili.com
) that are truncated because they are too long? This script was born to solve this small but frustrating problem.
z-index
层级和强制可见性,能有效避免被B站页面原有样式或其他脚本/插件所覆盖或隐藏,确保在各种环境下都能正常显示。轻量高效:代码简洁,不影响页面性能,并且在鼠标移开后会彻底清除自身,不留任何残余。
Delayed Display: The tooltip with the full title only appears after hovering over a title for a short period (default: 500ms), preventing annoying flickering during quick Browse.
Smart Tracking: The tooltip follows your mouse cursor.
Polished UI: Features a clean UI with a subtle shadow.
Highly Compatible: Uses robust CSS with the maximum z-index
and forced visibility to prevent being hidden or overlapped by Bilibili's native styles or other scripts/extensions.
Lightweight & Efficient: Clean code that doesn't impact page performance and removes itself completely on mouse-out.
您可以直接在脚本代码中修改延迟时间。找到下面这行代码,将 500
修改为您喜欢的毫秒数即可。
You can easily edit the delay time within the script's code. Find the following line and change 500
to your desired value in milliseconds.
const HOVER_DELAY = 500;
如果您有任何问题或建议,欢迎在本页面进行反馈。 If you have any questions or suggestions, feel free to leave feedback on this page.