Try this style using the Stylus extension ( Chrome , Firefox ) for a better journal and compendium experience: Tighter Sidebar Lists This will do a lot of things, but also make the sourcefooter less obtrusive. If you want to get rid of it altogether, change this section: .inapp .sourcefooter,.inapp.expansion3 .sourcefooter, .inapp.expansion9 .sourcefooter, .inapp.expansion13 .sourcefooter, .inapp.expansion16 .sourcefooter { background-size: 15px 10px; background-image:none; padding-top: 5px; top: 0px !important; } to this: .inapp .sourcefooter,.inapp.expansion3 .sourcefooter, .inapp.expansion9 .sourcefooter, .inapp.expansion13 .sourcefooter, .inapp.expansion16 .sourcefooter { background-size: 15px 10px; background-image:none; padding-top: 5px; top: 0px !important; display:none; } display:none; turns it off completely. If you are happy with the rest of the journal/compendium display, copy the style and remove everything but that code block. In that case, it could be reduced to: .inapp .sourcefooter,.inapp.expansion3 .sourcefooter, .inapp.expansion9 .sourcefooter, .inapp.expansion13 .sourcefooter, .inapp.expansion16 .sourcefooter { display:none; }