• Anemervi@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    11 months ago

    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>