if you happen to use the NoScript addon for Firefox or sth. similar, sueddeutsche.de has a great new feature since the last design update: they pester you with an annoying panel covering (and hiding!) the rear part of the main headline…
to fight this obtrusive usage of jscript (the panel gets hidden if you enable jscript), use Firefox’ ability to include custom CSS:
echo ‘#weiterepanel { display: none; }’ >> ~/.mozilla/firefox/*.default/chrome/userContent.css
finally, restart Firefox.
(yes, restart. see Bug 208641 for details.)