Sometimes i just want a quick overall feel of what is happening on my personal mastodon stream.

So i am doing a thing for personal use, that orders entries based on a score system (not tailored at all, plain deterministic)

score = favourites_count + (reblogs_count * 2) + (replies_count * 3)

Plain and simple which definetely fits my needs.

CSS and markup blindly "stolen" from mastodon :D

#mastodon #mastoDev #mastoTop