vBulletin++

By BlindWanderer Last update Jan 24, 2008 — Installed 1,094 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
BlindWanderer Script's Author

Sounds like the xpath expressions aren't tight enough, i'll tighten things up.

 
jesses Scriptwright

I had to modify the for loop on line 229 to get it working. Was throwing an error once it for past the end of the list.

Working code:

for (i = 0; i < links.length; i++) {
  var link = res.snapshotItem(i);

  var p = links[i].split("|");

  link.innerHTML = "";

  // rest removed

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