Last active
December 14, 2016 16:50
-
-
Save fortserious/6eafa0ac25b8b6226886 to your computer and use it in GitHub Desktop.
remove [satire] tag on facebook
This file contains 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 comedy is not dead | |
// @namespace rossdoran.com | |
// @version 0.1 | |
// @description comedy is not dead | |
// @author ross doran | |
// @match https://www.facebook.com/* | |
// @require http://code.jquery.com/jquery-latest.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// ==/UserScript== | |
waitForKeyElements("._5sbg", function() { $("._5sbg").remove(); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment