Adam Argyle
Adam Argyle
Publish and test for touch devices
Invokes [this script](https://github.com/matuzo/DevToolsSnippets/blob/main/landmarks/landmarks.js), or something like it. The outline style could be replaced with visbug handles and labels elements, see the [zindex plugin](https://github.com/GoogleChromeLabs/ProjectVisBug/blob/main/app/plugins/zindex.js#L23) for details 👍🏻 - [ ] update...
here's a script starter https://davidwalsh.name/detect-overflow-elements ```js document.querySelectorAll('*').forEach(el => { if (el.offsetWidth > document.documentElement.offsetWidth) { console.log('Found the worst element ever: ', el); } }); ``` Seems like a nice plugin to...
Artboard
Full on zoom in and out of a website as if it's an artboard. Very handy.
found by @zeaccs > show visbug -> hide visbug -> change color mode to rgb -> show visbug again I believe the issue that when hidden, `eject.js` deletes the node...
Instead of only relying on the system preference, it'd be nice to offer an extension preference for theme. Use same logic as color syntax, but allow dark/light/auto.