Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Forum UnArchiver

Automatically redirects from archived forum pages to full versions.

This currently works on archived versions of:

  • vBulletin
  • IPB (thanks to LenR)

The script also checks for updates automatically.

Please leave comments if you have any problems or requests.






Apr 26, 2008
Vaughan Chan... Script's author

Thanks LenR, the code has been included.

 
Apr 22, 2008
LenR Scriptwright

how about for lofiversion?

//code by Len Rodman
//tested on neowin.net forums
var site2 = loc.substring(0,loc.indexOf('/lofiversion') + 1);
if (m = loc.match(/index\.php\/([ft])(\d+)\.html/)) {
var page2;
if (m[1] == 't') { page2 = 'showtopic'; }
location.replace(site2 + 'index.php?' + page2 + '=' + m[2]);
}else if (loc.charAt(loc.length-1) == '/') {
location.replace(site2);
}

You could comment on this script if you were logged in.