Last active
August 29, 2015 14:05
-
-
Save nikmartin/aa5a6f471009a02c2613 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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