知道 (@wisdgod)禁用 gif 的用户脚本 & 催更增强插件 中发帖

从三级动图头像,可以和小尾巴签名一样选择关闭吗?继续讨论: 
// ==UserScript==
// @name 禁止 Linux.do 闪烁头像
// @namespace http://tampermonkey.net/
// @version 0.2
// @description 将 linux.do 的 gif 头像替换为 png 格式,建议搭配摸鱼主题
// @author wisdgod
// @match https://linux.do/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

function checkAndReplaceSrc(img) {
const src = img...