Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pbojinov/chrome-devtools-snippets

My collection of Chrome DevTools Snippets
https://github.com/pbojinov/chrome-devtools-snippets

Last synced: 5 days ago
JSON representation

My collection of Chrome DevTools Snippets

Awesome Lists containing this project

README

        

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

> My collection of Chrome DevTools Snippets. Most come from @bgrings collection on [github](http://bgrins.github.io/devtools-snippets/).

* jquerify - add jquery to a page that doesn't have jquery
* log-globals - Logs your global variables to the console. Useful for finding leaked global variables.
* performance - Print out information about the window.performance object.