Skip to content

Instantly share code, notes, and snippets.

@nikmartin
Last active August 29, 2015 14:05
Show Gist options
  • Save nikmartin/aa5a6f471009a02c2613 to your computer and use it in GitHub Desktop.
Save nikmartin/aa5a6f471009a02c2613 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Clean Up Signals notifier.
// @version 0.2
// @include https://api.getsignals.com/*
// @include https://app.getsignals.com/*
// @include chrome-extension://*
// @require //ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
// ==/UserScript==
var cleanDiv = $(".over-limit-state");
cleanDiv.remove ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment