Erase Recent Subs - Remove Recent Subreddits Section

Removes the "Recent Subreddits" section by clearing its saved data from localStorage on Reddit page load.

作者
saitamasahil
日安装量
0
总安装量
6
评分
0 0 0
版本
1.0
创建于
2025-06-03
更新于
2025-06-03
大小
745 字节
许可证
GPL-3.0 license
适用于

Erase Recent Subs

A lightweight Tampermonkey userscript that removes Reddit's “Recent Subreddits” section by deleting its saved data from localStorage every time you open a new Reddit tab or refresh the homepage. No timers, no loops — just clean browsing.

✨ Features

  • Automatically erases the recent-subreddits-store from localStorage
  • Runs once per page load — no performance impact
  • Keeps the Reddit sidebar minimal and private

🔧 Installation

  1. Install the Tampermonkey extension from tampermonkey.net if you haven’t already.

  2. Visit the script page:

👉 Erase Recent Subs – GreasyFork

  1. Click the “Install this script” button.

  2. Done! The script will now automatically remove the "Recent Subreddits" section each time you open a new Reddit tab or refresh the homepage.

🧠 How It Works

Reddit stores your recently visited subreddits in a localStorage key called recent-subreddits-store.
This script removes that key once the page loads, preventing the list from appearing — effective when opening a new Reddit tab or refreshing the homepage.

🛡 License

This userscript is licensed under the GNU General Public License v3.0.