Sleazy Fork is available in English.

4hu.tv关闭公告

可以自动关闭4hu.tv的全屏公告

// ==UserScript==
// @name         4hu.tv关闭公告
// @namespace    http://tampermonkey.net/
// @version      4
// @description  可以自动关闭4hu.tv的全屏公告
// @author       You
// @match        https://4hu.tv/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=4hu.tv
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
hideMask();
})();