Reddit - Block Search History (Local Storage Method)

Prevents Reddit from saving search history by repeatedly clearing the 'recent-searches-store' key from Local Storage.

作者
AndrinoC
日安装量
0
总安装量
3
评分
0 0 0
版本
2.0
创建于
2025-07-02
更新于
2025-07-02
大小
1.1 KB
许可证
MIT
适用于

This script completely disables and removes Reddit's search history feature, which is saved locally in your browser.

How it Works

When you search on Reddit, it keeps a list of your recent searches in your browser's Local Storage. This script works by continuously monitoring and deleting the specific storage key (recent-searches-store) that Reddit uses.

This ensures two things:

  • Any existing search history is instantly cleared when you load the page.
  • New searches are never saved, giving you a cleaner and more private experience.

It's a lightweight, set-and-forget solution.