Last active
January 3, 2016 16:49
-
-
Save argnist/8491734 to your computer and use it in GitHub Desktop.
Приятные стили для твиттера
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Twitter Styles | |
// @namespace twitter | |
// @include https://twitter.com* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.getElementsByTagName('head')[0].innerHTML += "<style>.content-main{width:880px;}.wrapper,.wrapper-narrow{width:1190px;}.nav > li{color:#CCCCCC;}.global-nav-inner{background:none repeat scroll 0 0 #333;}.content-header .header-inner,.content-no-header .no-header-inner{padding:2px 15px;}.content-header .header-inner h2{font-size:15px;}.stats > li > a *{color:#444444;font-size:17px;}.profile-card.profile-header{margin-right: 145px;}</style>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment