Hides the Figma login banner when not logged in. Viewing Figma as logged out is nice because you have no sidebars, but the login banner is annoying.
Hide Figma login banner by hawkeye.twolf
Details
Authorhawkeye.twolf
LicenseNo License
Categoryfigma.com
Created
Updated
Size203 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 figma.com
@version 20230522.23.48
@namespace ?
==/UserStyle== */
@-moz-document domain("figma.com") {
.footer_banner--bannerContainer--F-Dvr {
display: none;
}
}