#Mastodon v4.4.1 UI widgets look like those of the browser, which are stacked; makes for confusing use😒😫
#Mastodon v4.4.1 UI widgets look like those of the browser, which are stacked; makes for confusing use😒😫
… Aw FUCK! #Mastodon v4.4.1 now shows some (inline) text with purple background that makes it stand out, thus distracting, from rest of the text.
On “normal” ‘puter (with MS Windows; FreeBSD; or a Linux distribution) in Firefox I had neutered that via “Stylus” extension.
Now, have to either suffer the disturbance in #Firefox_iOS or stop using Mastodon on it.
#mastodonUX sucks ass sometimes
… OTOH do like the now expanded space on the phone for the toots.
... "# Followed hashtags" list, in the 3rd right side column, is useless to me as it shows only 3 tags (instead of making the tag list occupy the whole vertical column & making it scrollable).
#uBlockOrigin "element picker" picks up the rather generic class and picks the title & the list of tags separately; either they are actually separate, or am incapable of precise enough mouse movement. Ah ":r1:"!
Need to bust out "Web Developer Tools" to be more specific ...
#mastodon v4.4.1 #mastodonUX
... #uBlockOrigin filters to remove piddly tag list ...
! Remove piddly list of tags being followed.
!
! List toggle button.
freeradical.zone## div > div.navigation-panel__list-panel__header button.icon-button[aria-label="Expand followed hashtags menu"]
!
! The list.
freeradical.zone## div > div[aria-labelledby*=":r1:-title"]
#mastodon v4.4.1 #mastodonUI
... on the same line, #uBlockOrigin filter for piddly list of "Lists" ...
! List toggle button.
freeradical.zone## div > div.navigation-panel__list-panel__header button.icon-button[aria-label="Expand list menu"]
!
! List list.
freeradical.zone## div > div[aria-labelledby=":r0:-title"]
#mastodon v4.4.1 #mastodonUX #mastodonUI
... #uBlockOrigin filter to remove "Trending" item from the column ...
! https://freeradical.zone - Hide "Trending" link.
freeradical.zone##a.column-link--transparent.column-link:nth-of-type(3)
#mastodon v4.4.1 #mastodonUX #mastodonUI