Skip to content

Instantly share code, notes, and snippets.

@fortserious
Last active December 14, 2016 16:50
Show Gist options
  • Save fortserious/6eafa0ac25b8b6226886 to your computer and use it in GitHub Desktop.
Save fortserious/6eafa0ac25b8b6226886 to your computer and use it in GitHub Desktop.
remove [satire] tag on facebook
// ==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