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