您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Temporary userscript to work around Bluesky's incorrect touch device detection
当前为
Bluesky assumes that devices reporting they support multi-touch (e.g. devices with touch screen, multi-touch trackpad or a drawing tablet attached) are mobile devices. This means it hides the volume slider on videos, hides hover cards, and inserts a new line on pressing enter when writing DMs instead of sending them.
This temporary userscript overrides navigator.maxTouchPoints
to be 0 to work around this incorrect touch device detection.
Will be obsolete once https://github.com/bluesky-social/social-app/pull/5919 gets merged.