From e753f095c0d4525cbf8b2108aac11f9f3625483a Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Thu, 26 Sep 2024 14:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/popup.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/popup.js b/js/popup.js index d7934e5..d49833f 100644 --- a/js/popup.js +++ b/js/popup.js @@ -68,13 +68,12 @@ $(function () { //函数队列 let queue = [ { url: "https://www.youtube.com/shorts/", tip: "youtube_shorts" }, - { url: "https://www.youtube.com/watch?v=LZ7DMB6h-hs", tip: "youtube" }, + // { url: "https://www.youtube.com/watch?v=LZ7DMB6h-hs", tip: "youtube" }, { url: "https://play.google.com/", tip: "play_google" }, { url: "https://shopping.google.com/", tip: "shopping" }, - { url: "https://shopping.google.com/", tip: "shopping" }, { url: "https://calendar.google.com/calendar", tip: "calendar" }, { url: "https://mail.google.com/mail/", tip: "mail" }, - { url: "https://www.google.com/finance/", tip: "play_finance" }, + // { url: "https://www.google.com/finance/", tip: "play_finance" }, ]; let closed_index = 0;