Personal Blog Annoying Features and Pendant Purification

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

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

Fuck Annoying Blog Widget

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

  • Block custom right-click menus
  • Block background effects (e.g., sakura, snow, canvas animations)
  • Block auto-playing music players
  • Block Live2D mascots
  • Block custom cursors
  • Block click effects (e.g., floating text, hearts, fireworks)
  • Block title change tricks
  • Auto-expand code blocks
  • Easy per-site/global config with a React panel
  • Multi-language support (i18next)

Quick Start

  • Install the generated userscript in your browser
GitHub Source (Recommended, minified) Greasy Fork (Not recommended, forced unminified, worse performance)
Install Install
  • Click the Tampermonkey menu to open the settings panel
  • Configure features per site or globally (By default, no features are enabled, and they only take effect when enabled in the settings panel.)

Local Development

  1. Clone this repo
  2. run pnpm install
  3. runpnpm dev for development, pnpm build for production

Tech Stack