I’m using Dark Reader extension but still I’m whiteflashed when loading pages.

  • Victor
    link
    fedilink
    22 days ago

    By the way,

    const block = document.getElementById('antiFOUC-block')
    

    Is this necessary? Isn’t there a reference to this node already via the style identifier?

    • jutty
      link
      12 days ago

      I guess, but:

      1. my JS skills are horrific
      2. I have a habit of avoiding all outer and/or global state like the plague
      • Victor
        link
        fedilink
        12 days ago
        1. Fair enough 😁
        2. IMO it’s more of a closure than global state, since this is an isolated function/IIFE. 👍 But it’s up to you! 😊