Personal Blog Annoying Features and Pendant Purification

purify personal blogs by removing or disabling common annoying widgets and effects.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
qixing-jk
今日安裝
0
安裝總數
9
評價
1 0 0
版本
2.2.0
建立日期
2025-07-29
更新日期
2025-09-08
尺寸
725.2 KB
授權條款
未知
腳本執行於
所有網站

Fuck Annoying Blog Widget

English Readme | 中文Readme


GitHub | Greasyfork

Greasy Fork Version Greasy Fork Downloads

A browser userscript (Tampermonkey) project to purify personal blogs by removing or disabling common annoying widgets and effects. Built with React + Vite, supports per-site and global configuration, and includes an in-page settings panel.

✨ Features

  • Annoyance Blocking:
    • Block title change tricks
    • Block autoplaying music players
    • Block background effects (e.g., sakura, snow, canvas animations)
    • Block Live2D mascots
    • Cursor
      • Block custom cursors
      • Block click effects (e.g., floating text, hearts, fireworks)
      • Remove Cursor Trail Effects
  • Quality of Life:
    • Block custom right-click menus and recover browser right-click menus
    • Auto-expand code blocks
  • Configuration:
    • Easy per-site/global config with a React panel
    • Multi-language support (i18next)

🚀 Quick Start

1. Installation

GitHub Source (Recommended, minified) Greasy Fork (Not recommended, unminified, worse performance)
Install Install

2. Configuration

  1. Click the Tampermonkey menu to open the settings panel.
  2. Configure features per site or globally. > By default, no features are enabled. They only take effect when enabled in the settings panel.

🛠️ Local Development

  1. Clone this repo: git clone https://github.com/qixing-jk/fuck-annoying-blog-widget.git
  2. Install dependencies: pnpm install
  3. Run for development: pnpm dev
  4. Build for production: pnpm build

💻 Tech Stack