• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 11, 2023

help-circle
rss

One way to hide it for Firefox users.

<p class="not-firefox-warning">
    This site is designed for <a href="https://firefox.com/">Firefox</a>,
    a web browser that respects your privacy.
</p>
<style>
@-moz-document url-prefix() {  .not-firefox-warning { display: none; }}
</style>