Hacker News new | ask | show | jobs
by oynqr 1674 days ago
Firefox also recently started to flashbang me every time I open a tab. You gain some, you lose some.
2 comments

What is flashbang?
All white page i'm assuming. Fantastic terminolgy.
> The non-lethal flashbang grenade temporarily blinds anybody within its concussive blast, making it perfect for flushing out closed-in areas.

cf. https://counterstrike.fandom.com/wiki/Flashbang

If its the all white page on a new tab, you can add this to your userChrome.css

  @-moz-document url("about:newtab") {  
      body {
          background-color: #000000 !important;
      }
  }
It isn't. about:blank is solid white for a single frame whenever I open it, then it turns dark gray.