This automatically removes submission notifications, when faving a submission.
目前為
// ==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";
})();