GoogleChromeLabs / ProjectVisBug

FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
https://visbug.web.app
Apache License 2.0
5.42k stars 285 forks source link

More snippets for plugins #501

Open argyleink opened 3 years ago

argyleink commented 3 years ago

https://github.com/matuzo/DevToolsSnippets

zeaccs commented 3 years ago

Hi, I would like to help with the "Remove CSS" implementation.

argyleink commented 3 years ago

Hi, I would like to help with the "Remove CSS" implementation.

awesome! here's an overview of flow for the contribution 👍🏻

  1. fork and branch
  2. add remove-css.js to app/plugins/
  3. review the plugin wiki page, copy that template starter code into remove-css.js
  4. follow the plugin wiki steps
  5. test locally with npm start and type your new slash command into the search bar

let me know if you get stuck!

zeaccs commented 3 years ago

For the remove css plugin, PR: #509