Created
February 6, 2015 18:39
-
-
Save fortserious/3779834fc7eab94fe830 to your computer and use it in GitHub Desktop.
[twitter] no one cares dude
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 no one cares dude | |
// @namespace rossdoran.com | |
// @version 0.1 | |
// @description seriously | |
// @author ross doran | |
// @match https://twitter.com/ | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// ==/UserScript== | |
waitForKeyElements(".PromptbirdPrompt", function() { $(".PromptbirdPrompt").remove(); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment