Hides annoying help button on healthie
Hide help button by jonaszpotoniec
Details
Authorjonaszpotoniec
LicenseMIT
Categorysecurestaging.gethealthie.com
Created
Updated
Size253 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 help button
@version 20240827.14.31
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://securestaging.gethealthie.com") {
div[class^='FabButtonFramecss__FabButtonFrameUI-sc-'] {
display: none;
}
}