mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
66 lines
1.3 KiB
CSS
66 lines
1.3 KiB
CSS
/*
|
|
#############################
|
|
CSS rules for a more sane web
|
|
#############################
|
|
|
|
Usage:
|
|
# Safari
|
|
select as user style sheet in browser
|
|
or use defaults write... rules from dotfiles/osx
|
|
|
|
# Chrome
|
|
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"],
|
|
.component[data-component-term="user_recommendations"],
|
|
.component[data-component-term="similar_user_recommendations"],
|
|
div[guidedhelpid="invitefriends"],
|
|
.module.trends.component {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
/* GOOGLE+
|
|
-----------------------------------------*/
|
|
|
|
/* I don't think that's Fun & Interesting */
|
|
div[guidedhelpid="celebritysuggestions"],
|
|
div.o6.jea {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
/* STACK OVERFLOW ET AL.
|
|
-----------------------------------------*/
|
|
|
|
.ad-container,
|
|
#newsletter-ad,
|
|
#recent-badges,
|
|
.everyonelovesstackoverflow {
|
|
display: none !important;
|
|
} |