Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Thanks flyne, This is very useful. I added the following to the end of the highlight method in my copy
if (GM_getValue(window.location.href)) {
document.title = '@.@ ' + document.title;
}
A few broken script out there try to provide this functionality which can be got from your script for cheap. |