Skip to content

Instantly share code, notes, and snippets.

@mstssk
Created May 6, 2020 08:11
Show Gist options
  • Save mstssk/21f1364e27c81d25884185d122acff3a to your computer and use it in GitHub Desktop.
Save mstssk/21f1364e27c81d25884185d122acff3a to your computer and use it in GitHub Desktop.
2010年頃に使っていたTwitterのWebのタイムラインをGoogleっぽく表示してごまかすユーザーCSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
body, ul{
background:none!important;
color:#000000!important;
font-family:arial,sans-serif!important;
}
a:not(.a-btn) {
color:#2200CC!important;
}
.columns a:visited {
color:#551A8B!important;
}
#header{
height:22px;
line-height:8px;
text-align:left!important;
border-bottom:1px solid #C9D7F1!important;
}
#header a{
text-decoration:underline!important;
}
#logo, #heading{
display:none!important;
}
#container,#content{
width:auto!important;
margin:0px!important;
}
div.content-bubble-arrow{
margin:0px!important;
}
div.wrapper{
padding-top:0px!important
}
h2.thumb{
padding:0px!important;
}
#profile-image{
display:none;
}
#status_update_box{
margin-left:15px!important;
}
div.bar h3{
display:none!important;
}
#status-field-char-counter{
position:absolute!important;
font-size:small!important;
top:-10px;
}
div.bar{
background:0px -26px no-repeat url("http://www.google.com/images/nav_logo8.png");
width:84px!important;
height:39px;
float:left;
margin-right:15px!important;
}
div.info{
width:auto;
}
fieldset.common-form{
margin:0px!important;
}
fieldset.common-form textarea{
height:22px!important;
width:400px!important;
float:left!important;
border:#E6E0DA!important;
font-size:17px!important;
padding:0px!important;
}
#tweeting_controls, div.status-btn{
float:left!important;
padding-top:1px!important;
margin-bottom:1px!important;
}
#dm-submit{
height:27px!important;
}
#tweeting_controls a.a-btn{
border:solid 1px #000000 !important;
}
#tweeting_controls a.a-btn span{
/* display:none!important;*/
}
#tweeting_controls a.a-btn span:before{
/* content:'検索';*/
}
#content .tabMenu {
margin-top:0px!important;
margin-left:200px!important;
}
#update_notifications{
width:auto!important;
min-height:16px!important;
margin-top:-7px!important;
padding-top:0px!important;
margin-left:120px!important;
clear:both!important;
}
#new_results_notification{
border-top:1px solid #6B90DA;
}
#results_update{
display:block!important;
margin-bottom:0px!important;
}
#home #results_update:before{
content:"タイムライン ";
}
#replies #results_update:before{
content:"あなた宛のツイート ";
}
#search #results_update:before{
content:"検索 ";
}
#inbox #results_update:before,
#sent #results_update:before{
content:"ダイレクトメッセージ ";
}
#favorites #results_update:before{
content:"お気に入り ";
}
#list #results_update:before{
content:"リスト ";
}
#retweets_by_others #results_update:before,
#retweets #results_update:before,
#retweeted_of_mine #results_update:before{
content:"リツイート ";
}
ol#timeline, ol#timeline + div, #follow{
margin-left:210px!important;
}
li.status{
border:none!important;
line-height:20px!important;
padding-bottom:0px!important;
}
li:hover, #side_base li:hover{
background:transparent!important;
}
li.status span.thumb{
display:none!important;
}
li.status span.status-body{
margin-left:0px!important;
width:42em!important;
}
li.status span.status-content strong{
font-size:medium!important;
}
li.status span.status-content span.actions div a{
visibility:visible!important;
margin-bottom:0px!important;
}
li.status span.entry-content{
display:block;
font-size:small!important;
}
li.status span.status-content > span.actions:first-child + span.entry-content{
text-indent:1.2em;
}
a.entry-date{
color:green!important;
}
ol.statuses .actions{
right:auto!important;
top:auto!important;
}
.actions-hover{
position:relative!important;
right:auto!important;
}
.actions-hover li{
display:block!important;
}
#side_base{
background:none!important;
border-left:none!important;
border-right:1px solid #C9D7F1!important;
position:absolute!important;
top:155px;
left:0px!important;
padding-left:14px!important;
padding-top:15px!important;
}
#footer{
font-size:small!important;
}
.promotion{
display:none!important;
}
hr{
background:#C9D7F1!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment