Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I've never installed his.. but this one does what it says it does. It doesn't work on I kinda stopped working on this script because theres the new /home/comments page. |
|
|
I've only just come across this script. I'm just wondering (since I can't be bothered to check at the moment) what the difference between this script and this one by Arvid? |
|
|
i'll update it sometime... feeling kinda lazy right now haha. nah just kidding. i have college business to take care of, so I've been kinda inactive on here. |
|
|
Cool I like that.
|
|
|
thanks joe I changed it, and added an option to close to message. |
|
|
I don't like how big the text at the bottom is. It's hard to read some things and I can't click my next page link.
|
|
|
true... thanks and script updated. i really appreciate the suggestions |
|
|
By the way, instead of using this:
|
|
|
It's working on all profiles, not just my own anymore. |
|
|
done, thanks |
|
|
Change the following to that which follows it....
if(c<com)m+=" You have <strong>"+eval(com-c)+"</strong> new comment(s)! "; if(c<com)document.title+=eval(com-c)+" new comments!"; if(c<com) {
m+=" You have <strong>"+eval(com-c)+"</strong> new comment(s)! ";
document.title+=eval(com-c)+" new comments!";
}
So you don't have to do 2 if statements and re-evaluate the value of com twice. |
|
|
hmm i think that's because your scripts are on two pages... it works fine on mine. i'll try to incorporate 2+ pagers sometime later. |
|
|
Thought I'd give you a heads up that the script gets confused when |
|
|
Hey Joe, I agree haha. I was getting a little too css happy. the newer version makes minimal changes to the style. |
|
|
Thanks |
|
|
Nice. but I don't like the style of the page you made.
|
|
|
thanks for the suggestion joe! i added it to the script |
|
|
Awesome. The only recommendation I have right now is to make it get the user id on its own.
if(GM_getValue("uso_user_id", "0") !== "0") {
var uid = GM_getValue("uso_user_id");
}
else {
var xp = document.evaluate("/html/body/div/ul/li[4]/a", document, null, 9, null).singleNodeValue;
var uid = xp.href.substring(7, 12);
GM_setValue("uso_user_id", uid);
}
|
|
|
Update: Script now has a new and improved message center. |
|
|
Ok cool avg, thanks. 'Cause as you know, I have like 44 scripts, and it takes long to go through and try to remember how many comments all the scripts had before and how many they have now. |
|
|
I imagine that's a fairly simple thing to do; I'd use a few more GM variables. I'll work on it later today if I have time. |
|
|
I wish when it gave the notification of how many new comments you have, it would be a link to show which scripts got the new comments. Can you do that? |