ebayunhighlight

By Stephen Mason 2 Last update Dec 19, 2006 — Installed 436 times.

Update

in
Subscribe to Update 1 post, 1 voice

rubbercow User

Hack this back to working with:

var allelements = document.getElementsByTagName("*");

for (var i = 0 ; i < allelements.length ; i++) {

if (allelements[i].className == "nol li2wb") {
allelements[i].className = "nol"; };

if (allelements[i].className == "li2hl") {
allelements[i].className = ""; };
};

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel