Hides the "Liked" tooltip that shows on click & "Like" tooltip that shows on hover.
Hide Tumblr Like/Liked Tooltip by cass_per
Details
Authorcass_per
LicenseNo License
CategoryTumblr
Created
Updated
Size435 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Stupid-Ass "Like" Tooltip
@version 20220412.23.02
@namespace userstyles.world/user/cass_per
@description Hides the "Liked!" tooltip that shows up when you, you know, like something. Which was already indicated by the filled in heart...
@author cass_per
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.MCavR .ybmTG {
display: none;
}
}