Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgrins/devtools-snippets

A collection of helpful snippets to use inside of browser devtools
https://github.com/bgrins/devtools-snippets

Last synced: about 2 months ago
JSON representation

A collection of helpful snippets to use inside of browser devtools

Awesome Lists containing this project

README

        

devtools-snippets
=================

A collection of helpful snippets to use inside of browser devtools.

View them all on a single page: http://bgrins.github.io/devtools-snippets/ or all of them [inside of github](https://github.com/bgrins/devtools-snippets/tree/master/snippets). I have a [more long winded article about snippets](http://www.briangrinstead.com/blog/devtools-snippets) detailing why you might use them and additional features that would be nice, if you are interested.

If you have a useful snippet or updates to an existing one that you'd like to share, please contribute it or open an issue! Feel free to use, modify, or share any of these snippets.

## To Use DevTools Snippets in Chrome

You can read more about [snippets at the Chrome developer tools documentation](https://developers.google.com/chrome-developer-tools/docs/authoring-development-workflow#snippets).

* Open Chrome.
* Go to "Snippets" tab, and add whichever ones you want.

![Chrome Snippets](screenshots/chrome-snippets.png)

## To Use DevTools Snippets in Firefox Scratchpad

*Note: you can read more about [scratchpad at the Firefox developers tools documentation](https://developer.mozilla.org/en-US/docs/Tools/Scratchpad).*

* Open Firefox.
* Go to `Tools` > `Web Developer` > `Scratchpad`.
* Copy/paste and Cmd-R / Ctrl-R to run.
* `File` > `Save`, then `File` > `Open Recent` to reuse them.

![Firefox Scratchpad](screenshots/firefox-scratchpad.png)

## The Snippets

View all on a single page with code: http://bgrins.github.io/devtools-snippets/