Post Link

By matheod Last update Oct 8, 2009 — Installed 96 times.

There are 1 previous version of this script.

// ==UserScript==
// @name           Post Link
// @namespace      My Prizee
// @include        http://www.prizee.com/forum/index.php?/topic/*
// ==/UserScript==
$ = unsafeWindow.jQuery;
$('.posted_info').each(function(){$(this).html("<a href='#"+$(this).parent().parent().parent().attr('id')+"'>#</a>"+$(this).html());});