Reddit tags

By Jeffrey Palm Last update Nov 5, 2006 — Installed 374 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 2 voices



Jesse Andrews Admin

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

 
Junk Blocker Scriptwright

The only change is that tr ids have been changed from site* to thingrow*. So lines 63-64 change from

		if (tr.id && tr.id.match(/^site.*/)) {
      scoreId = tr.id.replace(/site/,'score');
		if (tr.id && tr.id.match(/^site.*/)) {
      scoreId = tr.id.replace(/site/,'score');

to

		if (tr.id && tr.id.match(/^thingrow.*/)) {
      scoreId = tr.id.replace(/thingrow/,'score');
		if (tr.id && tr.id.match(/^thingrow.*/)) {
      scoreId = tr.id.replace(/thingrow/,'score');

and line 68 from

        titleSpan = document.getElementById(tr.id.replace(/site/,'title'));

to

        titleSpan = document.getElementById(tr.id.replace(/thingrow/,'title'));

 
Junk Blocker Scriptwright

Hi Jeffrey Palm, With reddit change, this very essential script is not working anymore. Do you plan on updating this soon? If not I'll probably do a new alternate version. Thank you!

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