Skip to content

Instantly share code, notes, and snippets.

@josefandersson
Last active February 1, 2020 13:40
Show Gist options
  • Save josefandersson/fb802347a63e0d08724ddf15813239c9 to your computer and use it in GitHub Desktop.
Save josefandersson/fb802347a63e0d08724ddf15813239c9 to your computer and use it in GitHub Desktop.
Remove the posts of users you ignore completely and not just hide it
// ==UserScript==
// @name Real Ignore User
// @namespace https://gist.github.com/josefandersson/
// @version 1337.1
// @description Remove the posts of users you ignore completely and not just hide it.
// @author DrDoof
// @icon https://hackforums.net/favicon.ico
// @match https://hackforums.net/showthread.php?*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('.ignored_post{display:none;}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment