Bookmarklets for front-end dev
To build: npm run build
Have you ever wanted to find all elements on the page that had a certain font, transform, etc.? This bookmarklet prompts you for a regular expression, then logs all matching rules and selectors to the console.
want to find absolutely positioned elements? enter "absolute"
want to find a font weight? enter "font-weight.*600"