Sleazy Fork is available in English.

草榴防去广告检测

去除了10秒的广告插件警告

// ==UserScript==
// @name         草榴防去广告检测
// @namespace    hayden
// @version      0.0.7
// @description  去除了10秒的广告插件警告
// @author       hayden
// @match        *://*.t66y.com/*
// @run-at       document-body
// @grant        none
// @license      MIT License
// ==/UserScript==

(function() {
    'use strict';
    const defaultReply = "1024 感謝分享";
    $('<div>').addClass('tpc_content').insertBefore($('.tpc_content:eq(0)'));
})();