Skip to content

Instantly share code, notes, and snippets.

View davidmerrick's full-sized avatar

David Merrick davidmerrick

View GitHub Profile
@davidmerrick
davidmerrick / 0_reuse_code.js
Created June 28, 2017 01:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// ==UserScript==
// @name Unicorn Mode Plugin
// @namespace https://brewspace.jiveland.com/*
// @version 0.1
// @include https://*.brewspace.jiveland.com/*
// @include https://brewspace.jiveland.com/welcome
// @description enter something useful
// @match https://*.brewspace.jiveland.com/*
// @copyright 2012+, You
// ==/UserScript==