YouTube Ad Mutor

Mute YouTube ads

这些是代码更新过的版本。 显示所有版本

  • v0.1 2020-10-13
  • v0.1 2020-10-13 // ==UserScript== // @name YouTube Ad Mutor // @namespace http://tampermonkey.net/ // @version 0.1 // @description Mute YouTube ads // @author eggplants // @homepage https://github.com/eggplants // @match https://*.youtube.com/* // @grant none // @license MIT // ==/UserScript== (function () { "use strict"; var inAd = false; function clickMute() { document.getElementsByClassName( "ytp-mute-button" )[0].click(); } function mut
  • v0.1 2020-10-13
  • v0.1 2020-10-13

QingJ © 2025

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