Skip to content

Instantly share code, notes, and snippets.

View charrismatic's full-sized avatar
☝️
Life is Code

Matt Harris charrismatic

☝️
Life is Code
View GitHub Profile
@charrismatic
charrismatic / README.md
Created April 3, 2018 23:51 — forked from hofmannsven/README.md
Using a dynamic admin body class within WordPress to distinguish between light or dark admin interface.
@charrismatic
charrismatic / README.md
Last active July 19, 2017 01:31 — forked from JoelBesada/README.md
Backtick Example Command

Backtick is a customizable command command pallete for chrome letting you run your own javascript snippets easily in a live browsing session.

Backtick

To createa a command:

  1. Create a new Gist with a command.js and command.json file, or simply fork this one.

  2. Write your JavaScript in command.js. This will be injected into and executed on the page the user is currently on when they run it.