Skip to content

Instantly share code, notes, and snippets.

@kittycat2002
kittycat2002 / no-reddit-search-suggestions.js
Created September 12, 2025 23:38
No Reddit Search Suggestions Tampermonkey Script
// ==UserScript==
// @name No Reddit Search Suggestions
// @namespace https://nekogaming.xyz/
// @version 1.0.0
// @description No reddit search suggestions in comments.
// @author Orion
// @match https://www.reddit.com/r/*/comments/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant none
// @run-at document-idle