Comments on KosciaK's Scripts

2 comments

Comment on wiadomosci.onet.pl cleanup made Jun 18, 2008:

KosciaK

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

Comment on wiadomosci.onet.pl cleanup made Mar 26, 2008:

Piiotr

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.