Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
wiadomosci.onet.pl cleanup
wiadomosci.onet.pl clean up
Removes all the rubbish on the right side of the news text.
Usuwa śmieci po prawej stronie tekstu z wiadomością
EDIT: skrypt przestał działać po niedawnym upgradzie Greasemonkey. Dokonałem więc koniecznych poprawek
You could comment on this script if you were logged in.

login to vote
Usuwaniem forów/komentarzy zajumje się odpowiedni styl Stylish http://userstyles.org/styles/1558
login to vote
To remove page comments(forum) as well, add
var forum = document.evaluate(
"/html/body/center/table[2]/tbody/tr[3]/td/table[2]",
document,
null,
XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,
null);
forum.snapshotItem(0).parentNode.removeChild(forum.snapshotItem(0));
in the bottom.