Skip to content

Instantly share code, notes, and snippets.

@argnist
Last active January 3, 2016 16:49
Show Gist options
  • Save argnist/8491734 to your computer and use it in GitHub Desktop.
Save argnist/8491734 to your computer and use it in GitHub Desktop.
Приятные стили для твиттера
// ==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