Last active
February 1, 2020 13:40
-
-
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
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 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