Skip to content

Instantly share code, notes, and snippets.

@dotspencer
Last active January 6, 2016 19:17
Show Gist options
  • Save dotspencer/168ad1cbe7bb74314dd4 to your computer and use it in GitHub Desktop.
Save dotspencer/168ad1cbe7bb74314dd4 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Body Changer
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author Spencer Smith
// @match https://gist.github.com/spencerlarry/
// @include https://gist.github.com/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
// Your code here...
document.body.style.backgroundColor = "lightblue";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment