Our free UserScript automatically clicks the “Skip Ads” button for you — with a natural random delay to avoid detection — and mutes unskippable ads for the first few seconds.
If the install url didn’t work for some reason, no worries — you can still add the script manually in just a minute:
Ctrl + S
/ Cmd + S
.// ==UserScript==
// @name Auto Click Skip
// @namespace <http://tampermonkey.net/>
// @version 0.1
// @description Automatically skips YouTube ads
// @author YourName
// @match <https://www.youtube.com/*>
// @grant none
// @require <https://tomatrgod.github.io/automate-click-skip/automateClick.js>
// ==/UserScript==
(function() {
'use strict';
console.log("loading click automatically.");
})();