您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Make usernames more prominent, "real names" less promiment.
- // ==UserScript==
- // @name Twitter usernames > "real names"
- // @namespace http://www.arthaey.com/
- // @version 1.0
- // @description Make usernames more prominent, "real names" less promiment.
- // @match http://twitter.com/*
- // @match https://twitter.com/*
- // @copyright Arthaey Angosii <arthaey@gmail.com>
- //
- // Backed up from http://userscripts.org/scripts/review/165346
- // Last updated on 2013-04-19
- // ==/UserScript==
- GM_addStyle(".stream-item-header .fullname { font-weight: normal !important; font-size: 12px; color: #999; margin-left: 6px; }");
- GM_addStyle(".stream-item-header .username * { font-weight: bold !important; font-size: 14px; color: #333; float: left; }");