Skip to content

Instantly share code, notes, and snippets.

@Seth-Johnson
Last active August 29, 2015 14:20
Show Gist options
  • Save Seth-Johnson/2127cebe0c4c6e5277de to your computer and use it in GitHub Desktop.
Save Seth-Johnson/2127cebe0c4c6e5277de to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Ask Ubuntu Orangifier
// @version 0.1
// @description Changes the bounty colors from blue to orange.
// @author Seth @ Ask Ubuntu
// @match *askubuntu.com/*
// @grant none
// ==/UserScript==
$('.bounty-indicator, .bounty-indicator-tab, .bounty-award').not('.accept-indicator-tab').css('background-color', '#F25E19');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment