ProjectVisBug icon indicating copy to clipboard operation
ProjectVisBug copied to clipboard

FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug

Results 141 ProjectVisBug issues
Sort by recently updated
recently updated
newest added

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...

good first issue 👍
⚡️ feature

When trying to open VisBug on YouTube or YouTube Music, an error is logged to the browser's console: ![image](https://user-images.githubusercontent.com/21217790/122624007-ba945880-d074-11eb-9e50-552b03d8f4cc.png) And the extension's sidebar doesn't show up. I couldn't find more...

🐜 bug

Full on zoom in and out of a website as if it's an artboard. Very handy.

🔥 enhancement
🍽 table stakes
😎 in progress

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...

🐜 bug
🚀 deeper integration

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.

🔥 enhancement
good first issue 👍
🚀 deeper integration

https://github.com/matuzo/DevToolsSnippets

🔥 enhancement
good first issue 👍

``` Uncaught (in promise) TypeError: 'clipboard-write' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName. ``` A try/catch could pivot the logic, so on error...

Jumping off of #424, the color picker in Firefox on Windows is rather inferior to the one available in current versions of Chromium-based browsers. Since VisBug uses the browser's native...

🔥 enhancement
¿ question ?
🗣 conversation

`/download-images` command in the search bar runs the following plugin script ```js const run = async () => { const dirHandle = await window.showDirectoryPicker(); const imgs = document.querySelectorAll("img"); let i...

🔥 enhancement
good first issue 👍

preview of current status **Design Tab** - can show layer tree for selected elements with visbug - right click inspect that launches visbug and jumps to style inspect tool **Custom...

⚡️ feature
🍽 table stakes
😎 in progress
🚀 deeper integration
💎 design panel