Little issue I've noticed: when I click "View all comments" on a post, the comment IDs disappear and it goes back to the normal layout rather than the EX layout.
Also slightly related, would it be possible to display a comment's score too?
Posted under General
Flandre5carlet said:
Also slightly related, would it be possible to display a comment's score too?
"Score Comments" from this script has that... =/
RaisingK said:
"Score Comments" from this script has that... =/
Ah. Aren't the two different scripts going to clash in some way? I've never really used userscripts.
https://github.com/evazion/danbooru-ex/raw/stable/danbooru.user.js
@reiyasona: Added ctrl+left click. On posts the mode menu / tag scripts are temp disabled because of hotkey conflicts - on posts 'V' is toggle sample/full size but in my userscript 'V' is switching the mode menu to View mode. It's on my todo list though, I want to be able to tag script parent/child thumbnails.
@Flandre5carlet: Fixed the "View all comments" and added comment scores.
I haven't tested compatibility with other userscripts yet. It's very likely there will be clashes. Once this gets more stabilized I'll see what I can do to play nicely with other scripts.
@RaisingK: Would you happen to be the author of Miscellaneous Tweaks? Just curious who wrote it.
Updated
Type-kun said:
You mean, see new comments for posts you've commented on? search comments for comm:evazion.
I used to use commenter:evazion order:comment and user:evazion order:comment. I stopped though, I gave up on comments because it's too much trouble to follow conversations. Some kind of event feed would be ideal.
evazion said:
@Flandre5carlet: Fixed the "View all comments" and added comment scores.
Neat thanks! I'll keep on lookout for not yet known issues if I encounter any.
Thought so, but I got confused, it's posted under another name on sleazyfork so I wasn't sure if I was misremembering things or not.
Looks like there are multiple things your script does already - adding comment scores, putting the search box in the navbar, and fixing timestamps. Those conflict, but the rest seems to work, at least as far as I've tested. Let me know if there are other conflicts. I want to try to keep my script compatible with yours so people are able to run both together.
(PS: the settings page on your script still links to greasyfork instead of sleazyfork).
It would be nice to be able to read and if necessary respond to new DMail from the page I'm currently on. Otherwise, I usually have to open a new tab and spend time navigating to the Dmail. If it's a comment/forum mention, I have to spend even more time opening a new tab and then navigating to where I'm mentioned.
So...
Unfortunately, mentions don't include comment# or forum#, so they can't be directly linked to... :(
This is a low priority item though, especially if the difficulty is high...
tapnek: I doubt either of us (me or RaisingK) would want to do that. I'm sure we'd both rather do things our in own way.
BrokenEagle98: I'll add that to my list. The inconvenience of dealing with Dmails annoys me too - especially the huge obnoxious "You have unread messages (and no I won't tell you what they are)" notice. I have a pretty big list of "dumb UI decisions that annoy me" that I'm trying to slowly work through.
As a disclaimer, my screen is only 1024 wide....
Updated
Duly noted, thanks for the report. A couple of these were already known to me. I hope to work through my bug list and make a new release in the next few days.
Regarding settings, to start with I'll probably just put some variables at the top of the script to turn things on or off. I'll probably add a settings menu eventually but I want to keep configuration as simple as possible. I feel like if a feature is annoying, it's be better to either rework it or take it out completely than make people fiddle with settings.
Anyway I have a few new features in my development branch: https://github.com/evazion/danbooru-ex/raw/master/danbooru.user.js
Pushed v354: https://github.com/evazion/danbooru-ex/raw/master/danbooru.user.js
> File link under filesize is the sample image instead of the original image
Derp. Good catch.
> Banned usernames doesn't style under the /users listing
Fixed. I do one big call to /users.json with every user ID on the page and I forgot to include limit=1000.
> The member-level approver underline clashes with styling as supplied in the Custom CSS thread for user permissions
Hmm. I may just remove this since it can be accomplished with existing CSS.
> Highlight super voters in some fashion
Not sure what would be a good fashion that wouldn't conflict with other things. You could do this:
a.with-style.user-super-voter { font-style: italic; }
...but that italicizes admins too, which IMO is annoying.
Check topic #9662/p3, forum #120491, I figured out something with custom CSS that isn't too obtrusive (to me at least)... I also learned that not all admins are super voters anymore...