Filman Ad Banner Remover

Ad banner remover

// ==UserScript==
// @name         Filman Ad Banner Remover
// @namespace    http://tampermonkey.net/
// @version      2025-03-30
// @description  Ad banner remover
// @author       lxst-one
// @match        https://filman.cc/*
// @icon         https://filman.cc/public/dist/images/favicon.png
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    document.getElementById('kam-ban-player').style.display = 'none';
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址