NoAds Youtube

Simple Hack to Bypass Youtube Ads

目前为 2020-09-29 提交的版本。查看 最新版本

// ==UserScript==
// @name              NoAds Youtube
// @namespace     ghostrider47
// @version            0.1
// @description     Simple Hack to Bypass Youtube Ads
// @author            ghostrider47
// @match            *://*.youtube.com/watch*
// @grant              none
// ==/UserScript==
// @run-at            document-start
// @run-at            document-end
// @run-at            document-idle

document.location = document.URL.replace('.com','.com.');

QingJ © 2025

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