YouTube - Show Full View Count and Date (unless hovering)

Brings back the full view count and date to the description box.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
lednerg
今日安裝
0
安裝總數
612
評價
4 1 0
版本
23.7.26
建立日期
2022-11-01
更新日期
2023-07-26
尺寸
2.6 KB
授權條款
CC-BY-NC-SA-4.0
腳本執行於

[This is for the latest Youtube layout which they've started rolling out in Oct/Nov of 2022.]

This script brings back the full view count and date to the description box under the YouTube player. Instead of "1.7M views 2 years ago" it will say "1,739,201 views • Dec 12, 2019" in the description box. In case you need to see the default numbers, just hover the mouse over the description box.

Normally there's a tooltip that appears when you hover over the view count, and it shows the full view count and date. This CSS script works by keeping that tooltip visible and repositioning it over the default numbers. This is just a simple CSS stylesheet, it's not a Userscript.

To be clear, this thing is not perfect. On certain videos, the date will be positioned higher than it should, which is just a limitation of doing this kind of thing with a stylesheet instead of javascript. I actually don't use this stylesheet myself anymore, so I'm really not that interested in spending hours rewriting and testing it to make it perfect. I put plenty of explanations in the code so you can tinker around with it if you want.