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;