ProjectVisBug
ProjectVisBug copied to clipboard
More snippets for plugins
https://github.com/matuzo/DevToolsSnippets
Hi, I would like to help with the "Remove CSS" implementation.
Hi, I would like to help with the "Remove CSS" implementation.
awesome! here's an overview of flow for the contribution 👍🏻
- fork and branch
- add
remove-css.jstoapp/plugins/ - review the plugin wiki page, copy that template starter code into
remove-css.js - follow the plugin wiki steps
- test locally with
npm startand type your new slash command into the search bar
let me know if you get stuck!
For the remove css plugin, PR: #509