Steam: Hide Topics & Comments from Blocked Users

Hides topics and comments from blocked users in Steam discussions.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Spuner
Daily installs
0
Total installs
2
Ratings
0 0 0
Version
1.0
Created
2025-06-25
Updated
2025-06-25
Size
2.99 KB
License
N/A
Applies to

This userscript automatically hides topics and comments in Steam discussions that were posted by users you have blocked. It helps clean up the discussion interface by removing unwanted content from view.

What the script does:

Hides topics labeled with “Topic created by a blocked user”.
Hides comments marked with “User is blocked”.
Automatically tracks dynamic content updates (such as infinite scrolling or tab changes) and applies the filters in real time.
Logs the number of hidden elements in the browser console (e.g., [Steam Blocker] Topics hidden: X, [Steam Blocker] Comments hidden: Y).

How it works:

Uses a MutationObserver to watch for DOM changes and applies the filtering rules as new elements load.
Searches for specific labels in the topic and comment sections to identify blocked users.
Hides the corresponding DOM elements by setting display: none.

Technical details:

Requires no additional permissions.
Does not perform any network requests.
Loads at document-start for maximum efficiency.
Active only on URLs matching https://steamcommunity.com/app/*/discussions*.

Compatibility:

• Tampermonkey
• Violentmonkey
• FireMonkey
• Not tested on mobile browsers