Twitch Custom Section Remover

Removes sections from Twitch.tv homepage based on user-defined strings in their rendered text. Gemini 2.5 Pro wrote the whole thing. Oneshot. No modifications. I'm unlikely to fix any issues.

Author
SumOfAllN00bs
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.0
Created
2025-05-23
Updated
2025-05-23
Size
10.9 KB
License
MIT
Applies to

I asked Gemini 2.5 Pro to write this for me. It seemed to work.

Here's Gemini's description for how to use:
How to Use This Script:

1. Install a Userscript Manager: If you don't have one, install an extension like Tampermonkey (for Chrome, Edge, Firefox) or Greasemonkey (for Firefox).
2. Create a New Userscript: In your userscript manager, create a new script.
3. Copy and Paste: Copy the entire code above and paste it into the new script editor, replacing any default content.
4. Save: Save the script. It should automatically activate on twitch.tv pages.
5. Manage Blocked Strings:
* When on Twitch, click the Tampermonkey (or other manager's) icon in your browser's toolbar.
* You should see menu commands like "List Blocked Strings", "Add String to Blocklist", and "Remove String from Blocklist" associated with this script. Use these to manage your filter list.
* By default, "Streamer University" is in the blocklist.

Remember that web pages, especially complex ones like Twitch, can change their structure, which might require updates to the script's selectors or logic in the future.