You know - That darn SuiteLinks box in the top of all SharePoint sites. - Wanna hide OneDrive - Simple, use the following CSS in your stylesheet, and the problem is solved (Offcouse only if your clients browsers support CSS3)
#suiteLinksBox ul li:nth-child(2){display:none;}
In order to hide Newsfeed or Sites use nth-child(x)