dotfiles/webstyle.css

87 lines
1.6 KiB
CSS
Raw Normal View History

/*
#############################
CSS rules for a more sane web
#############################
2013-02-10 15:35:25 +01:00
Usage:
# Safari
select as user style sheet in browser
or use defaults write... rules from dotfiles/osx
2013-02-10 15:35:25 +01:00
# Chrome
2013-02-10 15:35:25 +01:00
symlink to
Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
*/
/* GOOGLE SEARCH
-----------------------------------------*/
/* Ads */
#tads,
#bottomads {
display: none !important;
}
/* Dude, I'm searching not socialising */
#gsr #gbu {
display: none !important;
}
/* TWITTER
-----------------------------------------*/
/* Nice try, Twitter */
div.promoted-tweet {
display: none !important;
}
/* Discover menu, Who to follow, Similiar, Trends */
li[data-global-action="discover"],
2012-10-26 18:59:55 +02:00
.dashboard > .module.wtf-module.js-wtf-module.has-content,
2012-06-27 06:16:41 +02:00
div[guidedhelpid="invitefriends"],
2012-10-26 18:59:55 +02:00
.module.trends {
display: none !important;
}
/* GOOGLE+
-----------------------------------------*/
2013-02-10 15:35:25 +01:00
/* I don't think that's Fun & Interesting */
div[guidedhelpid="celebritysuggestions"],
div.o6.jea {
display: none !important;
}
/* I don't think that's Fun & Interesting */
2012-06-25 22:06:29 +02:00
div[guidedhelpid="celebritysuggestions"],
div.o6.jea {
display: none !important;
}
2013-02-10 15:35:25 +01:00
/* FACEBOOK
-----------------------------------------*/
#facebook .ego_column,
#facebook #adsNav,
#facebook #appsNav,
#pagelet_friends_online,
#navItem_app_357937250942127,
#navItem_app_140472815972081,
#developerNav,
#groupsNav,
#navItem_app_2356318349 {
display: none !important;
}
/* STACK OVERFLOW ET AL.
-----------------------------------------*/
.ad-container,
#newsletter-ad,
#recent-badges,
.everyonelovesstackoverflow {
display: none !important;
}