From f60104f600d96883370b508b272b55d8a408e3c8 Mon Sep 17 00:00:00 2001 From: tientq64 Date: Thu, 20 Feb 2025 08:59:55 +0700 Subject: [PATCH] Remove some CSS --- scripts/Auto-Skip-YouTube-Ads/script.user.js | 6 +++--- scripts/Auto-Skip-YouTube-Ads/script.user.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/Auto-Skip-YouTube-Ads/script.user.js b/scripts/Auto-Skip-YouTube-Ads/script.user.js index feebd61..d7a2006 100644 --- a/scripts/Auto-Skip-YouTube-Ads/script.user.js +++ b/scripts/Auto-Skip-YouTube-Ads/script.user.js @@ -12,7 +12,7 @@ // @name:zh-CN 自动跳过 YouTube 广告 // @name:zh-TW 自動跳過 YouTube 廣告 // @namespace https://github.com/tientq64/userscripts -// @version 7.0.0 +// @version 7.0.1 // @description Automatically skip YouTube ads almost instantly. Remove the ad blocker warning pop-up. // @description:ar تخطي إعلانات YouTube تلقائيًا في الحال. إزالة النافذة المنبثقة لتحذير مانع الإعلانات. // @description:es Omite automáticamente los anuncios de YouTube casi al instante. Elimina la ventana emergente de advertencia del bloqueador de anuncios. @@ -263,12 +263,12 @@ function addCss() { // Masthead ad on home page. '#masthead-ad', - 'ytd-ad-slot-renderer', + // 'ytd-ad-slot-renderer', // Ad blocker warning inside the player. 'yt-playability-error-supported-renderers#error-screen', - '.ytp-suggested-action', + // '.ytp-suggested-action', '.yt-mealbar-promo-renderer', // YouTube Music Premium trial promotion dialog, bottom left corner. diff --git a/scripts/Auto-Skip-YouTube-Ads/script.user.ts b/scripts/Auto-Skip-YouTube-Ads/script.user.ts index 22c5f94..f38a06c 100644 --- a/scripts/Auto-Skip-YouTube-Ads/script.user.ts +++ b/scripts/Auto-Skip-YouTube-Ads/script.user.ts @@ -12,7 +12,7 @@ // @name:zh-CN 自动跳过 YouTube 广告 // @name:zh-TW 自動跳過 YouTube 廣告 // @namespace https://github.com/tientq64/userscripts -// @version 7.0.0 +// @version 7.0.1 // @description Automatically skip YouTube ads almost instantly. Remove the ad blocker warning pop-up. // @description:ar تخطي إعلانات YouTube تلقائيًا في الحال. إزالة النافذة المنبثقة لتحذير مانع الإعلانات. // @description:es Omite automáticamente los anuncios de YouTube casi al instante. Elimina la ventana emergente de advertencia del bloqueador de anuncios. @@ -272,12 +272,12 @@ function addCss(): void { // Masthead ad on home page. '#masthead-ad', - 'ytd-ad-slot-renderer', + // 'ytd-ad-slot-renderer', // Ad blocker warning inside the player. 'yt-playability-error-supported-renderers#error-screen', - '.ytp-suggested-action', + // '.ytp-suggested-action', '.yt-mealbar-promo-renderer', // YouTube Music Premium trial promotion dialog, bottom left corner.