ProjectVisBug
ProjectVisBug copied to clipboard
FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
While Github can't host reasonably easy to install builds of VisBug, Firefox and Chromium based browsers can. As part of the github action that publishes the build, VisBug should create...
I couldn't get `dev:extension` to work on windows (it uses `cp`). When I tried using WSL (which does support `cp`), I got an error with `sed`. ``` sed: can't read...
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [engine.io-client](https://github.com/socketio/engine.io-client), [engine.io](https://github.com/socketio/engine.io), [socket.io-adapter](https://github.com/socketio/socket.io-adapter), [puppeteer](https://github.com/puppeteer/puppeteer) and [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `ws` from 8.11.0 to 8.17.1 Release notes...
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [ava](https://github.com/avajs/ava) and [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [start-server-and-test](https://github.com/bahmutov/start-server-and-test) and [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Removes `tough-cookie` Updates `start-server-and-test` from 1.11.0 to 1.15.4 Release...
It would be super helpful to have an Emulator option to quickly toggle some of the same settings that are nested under the second toolbar's `Rendering` menu in the inspector....
Thank you for the awesome work on the popover, this is a huge unlock! I notice from testing that the side bar is still not interact-able when a dialog is...
# Summary This is a POC for undo redo. Only working for colors but is simple to add for any edit types. Adapting changes from my own internal repo so...
https://gist.github.com/OrionReed/4c3778ebc2b5026d2354359ca49077ca
Idea: As adding visbug to a page could lead to side effects, wouldn't it be preferable to add it to it's own shadowroot? Like: let sr = document.body.attachShadow({mode: 'open'}); sr.innerHTML...