Auto-remove notifications on fave

This automatically removes submission notifications, when faving a submission.

2025/06/08のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Auto-remove notifications on fave
// @namespace    https://github.com/f1r3w4rr10r/fa-utils
// @version      0.0.1
// @description  This automatically removes submission notifications, when faving a submission.
// @author       f1r3w4rr10r
// @match        https://www.furaffinity.net/view/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @license      MIT
// @grant        none
// ==/UserScript==

(async function () {
  "use strict";
})();