mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

343K
active users

#legibility

0 posts0 participants0 posts today

Two years ago at #CSUN I learned about what became my favorite browser extension, BeeLine Reader. I've been a subscriber ever since.

It's easy to set up on desktop, but has been some struggle to get working on Android. But this week I discovered it works with Microsoft's Edge Canary mobile browser, which has experimental support for extensions. Instructions are here: u.osu.edu/keck.60/2023/03/26/b

When live coding on a Mac, don’t just mirror your screen as no one will be able to see what you’re doing. Use, e.g., SwitchResX to mirror your screen at a larger retina resolution (1280×720 works if presenting on a 1920×1080 projector).

That way, you shouldn’t have to alter the text size in your terminal, browser, etc., and the audience will still be able to read your screen. Also goes for live streams, etc.

madrau.com

Did you one morning wake up only to discover your #Slack's web interface now displays ugly browser-default scrollbars even when they're not needed, such as in your lovingly maintained sidebar? 😱 If you're using #uBlock or #uBlockOrigin, here's a custom filter you could enable:

! Fix Slack's custom-styled scrollbar
slack.com##body .c-scrollbar__hider:style(scrollbar-width: none !important;)

And if you're wondering how to use a more legible font, you could add this:

! Fix Slack's font
slack.com##body *:style(font-family:"Arial";font-smooth:auto !important;)

Obviously, you can use any font that you'd like and style it further, or you could style any other elements on the page but that's the way to do it and it 💯% works. No need to install additional browser plugins to force custom styles when the one you already use can do that for you, too.

#body#hacks#ui