Personal Blog Annoying Features and Pendant Purification

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

Author
qixing-jk
Daily installs
0
Total installs
7
Ratings
1 0 0
Version
2.2.0
Created
2025-07-29
Updated
2025-09-08
Size
725 KB
License
N/A
Applies to
All sites

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