• hatchet@sh.itjust.works
    link
    fedilink
    arrow-up
    72
    ·
    11 months ago

    It’s small, but here’s a real actionable item that you can do to help:

    Put a gentle “Use Firefox” (or any other non-Chromium-based browser) message on your website. It doesn’t have to be in-your-face, just something small. I’ve taken my own advice and added it to my own website: https://geeklaunch.io/ (Only appears in Chromium-based browsers.)

    We can slowly turn the tide, little by little.

    Copy and paste:

    <p>
        This site is designed for <a href="https://firefox.com/">Firefox</a>,
        a web browser that respects your privacy.
    </p>
    

    (I also posted this on the HN discussion.)

    • 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>
      
    • toastal@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      11 months ago

      I have a banner on mine as well that I did a couple weeks ago: https://toast.al

      I’m mad tho since it has false positives with Mulch / Bromite on Android. I wasn’t able to find something right away to detect it, but the DRM stuff would probably work.