Replace the owler logo with the 2007 twitter logo. Simple.
owler.cloud Twitter Logo by orangedareoranges
Details
Authororangedareoranges
LicenseNo License
Categoryowler.cloud
Created
Updated
Size560 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name owler.cloud Twitter Logo
@description Replace the owler logo with the 2007 twitter logo. Simple.
@namespace owler.cloud
@author orangedoranges
@version 1.0
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("owler.cloud") {
.logo {
background: url(https://web.archive.org/web/20071113015100im_/http://assets0.twitter.com/images/twitter.png?1194806195);
background-size: auto;
width: 210px;
height: 49px;
display: block;
background-size: cover;
margin-bottom: 16px;
}
}