Doesn't work for friended users
|
|
Hi there! Your script is incredibly helpful, thanks for that. My only gripe is that is doesn't work with friended redditors. I think it's really simple to implement this (it's 'a class="author friend"' instead of 'a class="author"'), but I don't know enough javascript to do that myself. |
|
|
Ah, thanks for the feedback. Yeah, Reddit broke the userscript with a markup change, and I never quite finished updating the script. Also, XPath isn't really the best way of querying a DOM, so I might see if I can switch to jQuery or (gasp) regular ol' DOM functions. |
|
|
Okay, updated! Try it out here: |
|
|
Thanks for that, works fine! |