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






1 point
login to vote
KosciaK script's author
Posted Jun 18, 2008

Usuwaniem forów/komentarzy zajumje się odpowiedni styl Stylish http://userstyles.org/styles/1558

1 point
login to vote
Piiotr user
Posted Mar 26, 2008

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.

You could comment on this script if you were logged in.