Donmai

Large thumbnails option/userscript

Posted under General

I'd like to have the thumbnails, from when I search for something, look a lot bigger. I've looked around the site and I didn't find an option. Is there a userscript out there that accoplishes this thing? If not, do you know if danbooru has medium-sized versions of the images it hosts?(I'm only aware of /data/preview/[id].[ext] and /data/[id].[ext])

tixx said:

If not, do you know if danbooru has medium-sized versions of the images it hosts?(I'm only aware of /data/preview/[id].[ext] and /data/[id].[ext])

It does, but only in case the image width is over certain threshold - think it was 850 but can't really confirm, github is slow as hell for me right now. The url is /data/sample/sample-[id].[ext].

If the width is below threshold, there's only full-size /data/[id].[ext]. Information about post width is embedded in the listing, so technically you can make a userscript to show either sample or fullsize instead of thumbnail. Mind the bandwidth though, average page would be over 5MB with 20 posts, so load times won't be pretty.

1