Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbojinov/chrome-devtools-snippets
- Owner: pbojinov
- License: mit
- Created: 2014-07-16T18:04:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T18:14:38.000Z (over 10 years ago)
- Last Synced: 2024-10-12T03:09:16.830Z (about 1 month ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.