您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Sets Tweetdeck back to using stars for favorites.
当前为
Tweetdeck accomplishes the new (and loathed) heart-shaped Favorite icon via a CSS rule that acts on the 'hearty' class; which they then (via script) apply to the body element; however, the old star-based favorite rule still exists in the CSS.
This script sets a MutationObserver to watch for that change, and then alters the class of the body element so that it is no longer 'hearty', but 'starry' (which has no special meaning in the Tweetdeck CSS).
Please note that Tweetdeck may abandon the class-based heart rule by altering the CSS to always use the 2015 sprite sheet, at which point this script will no longer help.