
#webdev_notes Today I used `MutationObserver` for the first time and also found out that css selector supports querying attributes containing substring like so: `.external-script-tag div[style*="fixed"] { ... }` -> useful for overriding elements added by scripts you don't control
English