| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CSS Debug with Pesticide is a browser extension that helps developers debug CSS by outlining each element on the page. It provides a visual representation of the box model, making it easier to identify layout issues and understand the structure of the page.
To run the CSS Debug with Pesticide extension, follow these steps:
Clone the repository:
git clone https://github.com/Sensiblemnd/css-debug.gitNavigate to the project directory:
cd css-debug-pesticideInstall the dependencies:
npm installRun the ext in dev mode for Chrome or Firefox WXT will automatically open a browser window with your extension installed.
Chrome Dev
npm run dev
Firefox Dev
npm run dev:firefoxNow the extension should be loaded and ready to use.
For more info go to wxt.dev
| Back | FazBrowse Home | New Git URL |