Skip to content

Mastodon remove hover card by mcclure

Details

Authormcclure

LicenseCC0

Categorymastodon.social, octodon.social, tenforward.social

Created

Updated

Size479 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the mouse-over "hover card" on usernames on alpha versions of mastodon.social.

Notes

This is currently an unfinished feature, so this style may not work in future.

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
}
}

Reviews

No reviews yet.