Personal Blog Annoying Features and Pendant Purification

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

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
qixing-jk
1日のインストール数
0
累計インストール数
11
評価
1 0 0
バージョン
2.2.0
作成日
2025/07/29
更新日
2025/09/08
大きさ
725KB
ライセンス
不明
対象サイト
すべてのサイト

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