Prevents Reddit from saving search history by repeatedly clearing the 'recent-searches-store' key from Local Storage.
This script completely disables and removes Reddit's search history feature, which is saved locally in your browser.
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:
It's a lightweight, set-and-forget solution.