Removes the mouse-over "hover card" on usernames on alpha versions of mastodon.social.
Mastodon remove hover card by mcclure
Details
Authormcclure
LicenseCC0
Categorymastodon.social, octodon.social, tenforward.social
Created
Updated
Size497 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Will only make sense on servers using 4.3.0
Source code
/* ==UserStyle==
@name Mastodon remove hover card
@version 20240703.18.48
@namespace ?
@description Removes the mouse-over "hover card" on usernames on alpha versions of mastodon.social.
@license CC0
==/UserStyle== */
/* ==UserStyle==
@name Mastodon remove hover card
@version 20240702.1.1
@namespace ?
==/UserStyle== */
@-moz-document regexp("https?:\\/\\/(octodon|mastodon|tenforward)\\.social\\/.*") {
.hover-card {
display:none
}
}