Skip to content

Instantly share code, notes, and snippets.

@agoston
Last active September 28, 2015 13:18
Show Gist options
  • Save agoston/2103cbe07bbc80692036 to your computer and use it in GitHub Desktop.
Save agoston/2103cbe07bbc80692036 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Remove JIRA announcement
// @namespace horvath.agoston@gmail.com
// @include /^https?://jira\.tools\.bol\.com//
// @version 1
// @grant none
// ==/UserScript==
$('#announcement-banner').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment