Skip to content

Instantly share code, notes, and snippets.

@un0mic
un0mic / SE_hide_user_posts.user.js
Created August 18, 2019 05:59 — forked from Aran-Fey/SE_hide_user_posts.user.js
A userscript that hides all answers and comments from certain users on StackOverflow. Currently, the user ids of the blocked users must be edited directly in the script's source code.
// ==UserScript==
// @name StackExchange hide user posts
// @description Hides all comments and answers from blocked users
// @version 1.3.3
// @author Paul Pinterits
// @include *://*.stackexchange.com/questions/*
// @include *://meta.serverfault.com/questions/*
// @include *://meta.stackoverflow.com/questions/*
// @include *://meta.superuser.com/questions/*
// @include *://serverfault.com/questions/*