Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
This script is broken. |
|
|
Fixed a bug that was not allowing you to digg comments down/up. |
|
|
Ah, I see what's happening in the upcoming section. It's the categories that get all borked. Okay, fixed it :) |
|
|
Hi denis, can you explain what's broken in the upcoming stories? I can't seem to replicate it. Also, i already fixed the pagination, and the "24hours etc.", but did it work when it had the /all appended on to the link? I didn't even bother trying and just fixed it. Thanks |
|
|
Hello invader. Actually the "24hours, 7days, etc." links work. But you are right about the upcoming stories (and cloud view in upcoming stories). To fix that, the author should add: "upcoming" to his regex2 value. var regex2 = /\/(blog|who|share|all|popular|upcoming|\/.*)\/?$/ I think you should check your other userscripts about the pagination being broken. |
|
|
Thank you for pointing these things out. I have fixed the "Top in 24 hours".. links. The upcoming stories links aren't broken for me which is weird. Are you sure it's not another script that is breaking them? The toggle between story view and cloud view also works fine for me. I also fixed he pagination. If you find anymore errors, please let me know so I can fix them, thanks for the feedback :) |
|
|
Pretty simple and powerful script. Unfortunately, it catches and replaces a lot of false positives. For example, if you go to http://digg.com/tech_news You will see that "Top in 24 Hours", "7 Days 30 Days", and "365 Days" are broken. It also breaks the "Upcoming Stories" links. All pagination is broken, and within the upcoming section, the toggle between cloud view and story view is broken. That's all I've seen so far.. |