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