Skip to content

Instantly share code, notes, and snippets.

@yoon
Created August 3, 2015 14:49
Show Gist options
  • Save yoon/87e50798b67184bfbe75 to your computer and use it in GitHub Desktop.
Save yoon/87e50798b67184bfbe75 to your computer and use it in GitHub Desktop.
Change the stage redmine header so as not to get confused with prod
// ==UserScript==
// @name Change stage redmine header
// @namespace https://redmine.stage.tablexi.com/
// @version 0.1
// @description Change the stage redmine header so as not to get confused with prod
// @author Mark Yoon
// @match https://redmine.stage.tablexi.com/*
// @grant GM_addStyle
// ==/UserScript==
$("#header").css("background-color", "#6B0024");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment