A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| const React = require('react'); | |
| const _ = require('lodash'); | |
| var model = new falcor.Model({ | |
| cache: { | |
| movies: [ | |
| { | |
| title: "Daredevil", | |
| plot: "Marvel lol", | |
| year: "2015-", |
Yet another framework syndrome
| Name | Date | URL | Stars |
|---|---|---|---|
| Jake | April 2010 | https://github.com/mde/jake | 1000 |
| Brunch | January 2011 | http://brunch.io/ | 3882 |
| #!/bin/bash | |
| ### | |
| # Usage: github.sh my-repo-name | |
| ### | |
| # Configuration | |
| username="joshdmiller" | |
| readme="README.md" | |
| commit_msg="chore(*): initial commit" |