@makeworld Oh yeah good point.
For anyone curious here's an article about how bookmarklets work and an example of how to turn that script into one:
https://www.freecodecamp.org/news/what-are-bookmarklets/
```
javascript:(()=>document.body.parentElement.style.filter="invert()")()
```