NoAds Youtube

Simple Hack to Bypass Youtube Ads

  1. // ==UserScript==
  2. // @name NoAds Youtube
  3. // @namespace ghostrider47
  4. // @version 0.1
  5. // @description Simple Hack to Bypass Youtube Ads
  6. // @author ghostrider47
  7. // @match *://*.youtube.com/watch*
  8. // @grant none
  9. // ==/UserScript==
  10. // @run-at document-start
  11. // @run-at document-end
  12. // @run-at document-idle
  13.  
  14. document.location = document.URL.replace('.com','.com.');

QingJ © 2025

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