https://github.com/recidvst/pretty-console
Prettifying the browser console for easier reading of objects etc.
https://github.com/recidvst/pretty-console
chrome-extension console javascript prettyify wrapper
Last synced: about 1 month ago
JSON representation
Prettifying the browser console for easier reading of objects etc.
- Host: GitHub
- URL: https://github.com/recidvst/pretty-console
- Owner: Recidvst
- License: mit
- Created: 2017-08-07T16:22:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T23:07:44.000Z (almost 9 years ago)
- Last Synced: 2025-10-27T16:09:13.978Z (8 months ago)
- Topics: chrome-extension, console, javascript, prettyify, wrapper
- Language: JavaScript
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretty Console
Prettifying the browser console with a new console method - making it easier to read and the argument type immediately clear.
- Use 'console.p()' as if it were 'console.log()';
- Displays your passed argument in a clearer, colour-coded fashion.
- Switch back to log or trace etc. for more specific debugging.
- Default colour scheme provided in colourScheme.js - edit to choose your own.
- Repo is set-up as a chrome extension but not published.

### To-do
- Add configurable, multi-option colour scheme support.
- Possible object improvements.