Greasy Fork is available in English.
超大弹幕很影响观看体验,干掉它吧!
// ==UserScript==
// @name acfun超大弹幕缩小
// @version 0.2.2
// @description 超大弹幕很影响观看体验,干掉它吧!
// @author 泥壕
// @match https://www.acfun.cn/v/*
// @namespace http://greasyfork.icu/users/50175
// ==/UserScript==
(function () {
'use strict';
const log = arg => console.log('%c 超大弹幕缩小 ', 'background:#03a9f4;color:white', arg);
log('开发者留言:此问题已被猴子修复!兄弟们有缘再见~')
})();