top | item 46521604

(no title)

ok_computer | 1 month ago

I’m having a really hard time reading with the background particles.

discuss

order

corndoge|1 month ago

> all javascript on this website is optional (light/dark theme, particles background, and image lightboxing) and resides outside of the document body. localstorage is used to persist light/dark theme and mono/sans font state while surfing, as well as handle an over-18 check.

https://hecate.pink/about/

makeitdouble|1 month ago

Hitting the reader mode of your favorite browser will help.

Usually it sounds like a weird advice and we'd want site owners to aim for readability...but TBH, blaming a site on a .pink domain on a page explaining the codepoints of an emoji flag to not be universally accessible seems beside the point.

mkl|1 month ago

Run this in the JavaScript console:

  document.querySelector('#particles').remove()