Wanted to make a global CSS change to my site (that wasn’t using scoped CSS) and wanted to know which pages would be affected.
Trotted out this still-useful old CLI tool to spider a URL and search for any matching CSS selectors: https://www.zachleat.com/web/spider-pig/
@zachleat wow that’s super cool. Often wondered how to easily figure out what’s used where or not at all!