afPlonkJive

By aikodude Last update Jun 12, 2009 — Installed 70 times.


Script Summary: BETA v0.5: script to plonk specific users on every adobe forums page (new jive clearspace based forums)

Script homepage

special note: you need to edit the plonk list!!!

the list is in an array defined in the line:

var arPlonks=new Array("aname to plonk", "another name", "still another name etc.");

replace "aname to plonk", etc. with a user name you wish to hide! remove the extra sample names in the list.

each name in the list is defined within double quotes and is separated by a comma like so:

var arPlonks=new Array("name1", "name2", "name n");

you can have one or many names in the list.

do not use a trailing comma in the list.