YouTube是最常用和最受欢迎的视频流媒体平台之一。因此,如果您一个人在家或旅行时超级无聊,YouTube随时为您提供娱乐。该平台上有数以百万计的内容创建者为其订阅者创建引人入胜的内容。您可以选择在YouTube 上(YouTube)订阅您最喜爱的内容创作者,以获取有关他们最新帖子的定期更新。
但是,您可能在不久前订阅了多个YouTube频道;(YouTube)但不再看任何一个。由于这些频道仍在订阅,您将不断收到大量通知。此问题的解决方案是单独取消订阅所述频道。会不会很麻烦?会不会非常耗时?(Wouldn’t it be a hassle? Wouldn’t it be extremely time-consuming?)
因此(Hence),更好的选择是从这些频道中批量退订。(Mass Unsubscribe)很遗憾,YouTube不支持任何大规模退订功能。幸运的是,有解决此问题的方法。通过本指南,您将了解如何一次性大量退订YouTube频道。
如何一次大规模取消订阅 YouTube 频道 (How to Mass Unsubscribe YouTube Channels at Once )
按照(Follow)以下任一方法退订您不再观看的YouTube频道。(YouTube)
方法 1:单独取消订阅 YouTube 频道(Method 1: Unsubscribe YouTube Channels Individually)
让我们首先讨论取消订阅YouTube频道的步骤。
为所有订阅的频道这样做会消耗您大量的时间和精力。由于 YouTube 不提供任何同时从多个频道批量退订的功能,因此大多数用户都采用这种方法。如果您想具体选择保留哪些频道以及删除哪些频道,此选项将非常有用。
在桌面浏览器上(On Desktop Browser)
如果您在桌面上使用YouTube,则可以按照给定的步骤来管理您的订阅。
1. 打开您的网络浏览器(web browser)并导航到youtube.com。
2. 单击左侧面板中的订阅(Subscriptions)。
3. 单击屏幕顶部可见的管理(MANAGE),如下所示。
4. 您将按字母顺序获得所有订阅频道的列表。
5.点击灰色的订阅(SUBSCRIBED)按钮,开始取消订阅所有不需要的YouTube频道。(YouTube)为清楚起见,请参阅下面的图片。
6. 在现在出现的弹出框中,单击UNSUBSCRIBE,如图所示。
另请阅读:(Also Read:) 如何更改您的 YouTube 频道名称(How to Change Your YouTube Channel Name)
在移动应用程序上(On Mobile App)
如果您使用的是移动版 YouTube(YouTube)应用,请按照以下步骤取消订阅:
1. 在您的设备上打开YouTube 应用(YouTube app),然后点击屏幕底部的 订阅选项卡。(Subscriptions)
2. 点击屏幕右上角的全部,如图所示。(ALL)您可以在AZ(A-Z)、最相关(Most relevant,)和新活动(New activity)顺序 中查看您的所有订阅。
3. 点击屏幕右上角的管理。(MANAGE)
4. 要取消订阅YouTube频道,请在频道上向左滑动(swipe LEFT)并点击取消订阅(UNSUBSCRIBE),如下图所示。
方法 2:批量退订 YouTube(Mass Unsubscribe YouTube)频道
此方法将一次性取消订阅您帐户中所有订阅的YouTube频道。因此(Therefore),仅当您要清除所有订阅时才继续使用此方法。
以下是如何在YouTube上一次批量退订:
1.在您的台式机或笔记本电脑上打开任何网络浏览器。(web browser)前往youtube.com
2.如前所述, 导航至Subscriptions > 管理。(MANAGE)
3. 将显示从您的帐户订阅的所有频道的列表。
4.向下滚动(Scroll)到页面末尾,然后在空白处的任意位置单击鼠标右键。
5. 选择检查 ( Q )(Inspect (Q) )选项。
6. 一个新窗口将出现在“管理订阅(Manage Subscriptions)”页面底部的顶部。在这里,切换到控制台(Console)选项卡,这是列表中的第二个选项卡。
7.将给定的代码复制粘贴(Copy-paste)到控制台选项卡中。参考下图。
var i = 0;
var myVar = setInterval(myTimer, 3000);
function myTimer () {
var els = document.getElementById(“grid-container”).getElementsByClassName(“ytd-expanded-shelf-contents-renderer”);
if (i < els.length) {
els[i].querySelector(“[aria-label^=’Unsubscribe from’]”).click();
setTimeout(function () {
var unSubBtn = document.getElementById(“confirm-button”).click();
}, 2000);
setTimeout(function () {
els[i].parentNode.removeChild(els[i]);
}, 2000);
}
i++;
console.log(i + ” unsubscribed by Saint”);
console.log(els.length + ” remaining”);
}
8. 将上述代码粘贴到控制台部分后,按 Enter(Enter)并等待该过程完成。
9. 最后,您的订阅将开始一一消失。
注意:(Note:)在控制台中运行代码时可能会遇到错误。
10. 如果进程变慢或卡住,请刷新(refresh)页面并重新运行代码(rerun the code)以批量取消订阅YouTube频道。
另请阅读:(Also Read:) 修复 Youtube 在 Chrome 上无法正常工作的问题(Fix Youtube Not Working Issue on Chrome)
常见问题 (FAQ)(Frequently Asked Questions (FAQ))
Q1。如何取消订阅多个 YouTube 频道?(Q1. How do I unsubscribe to multiple YouTube channels?)
YouTube没有任何功能可以让您一次退订多个YouTube频道,但您可以轻松管理和退订YouTube频道一个一个。您所要做的就是转到订阅(subscriptions)部分并单击管理(MANAGE)。最后,单击取消订阅(UNSUBSCRIBE )以从您的订阅中删除特定频道。
Q2。如何在 YouTube 上批量退订?(Q2. How do I mass unsubscribe on YouTube?)
要在YouTube 上(YouTube)大规模取消订阅,您可以在YouTube的控制台部分运行代码(run a code)。这可能有点棘手,但您可以按照我们的详细指南运行代码以立即取消订阅YouTube频道。
受到推崇的:(Recommended:)
我们希望我们关于如何一次性大量取消订阅 YouTube 频道(how to mass unsubscribe YouTube channels at once)的指南对您有所帮助,并且您能够摆脱YouTube 上(YouTube)所有不需要的订阅。如果您有任何疑问或建议,请在下面的评论中告诉我们。
How to Mass Unsubscribe YouTube Channels at Once
YouTube is one of the most used and the most popular videо ѕtreaming platforms. So, if уou аre home alone or super borеd while traveling, YouTube is always there to entertain yоu. There are millions of content creators on this platform that create еngaging content for their subscribers. Yоu get the oрtion to subscribe to your favorite content creators on YouTube to get regular updates about their latest posts.
However, it is possible that you subscribed to a number of YouTube channels some time ago; but no longer watch any of those. Since these channels are still subscribed, you will keep receiving tons of notifications. The solution to this problem is to unsubscribe the said channels individually. Wouldn’t it be a hassle? Wouldn’t it be extremely time-consuming?
Hence, the better option is to Mass Unsubscribe from these channels. Unfortunately, YouTube does not support any mass unsubscribe feature. Fortunately, there is a workaround to this problem. Through this guide, you will learn how to mass unsubscribe YouTube channels at once.
How to Mass Unsubscribe YouTube Channels at Once
Follow any of the following methods to unsubscribe from the YouTube channels that you no longer watch.
Method 1: Unsubscribe YouTube Channels Individually
Let us first discuss the steps to unsubscribe from YouTube channels.
Doing so for all subscribed channels would consume a lot of your time and effort. Since YouTube does not offer any feature to mass unsubscribe from multiple channels simultaneously, most users follow this method. This option would be beneficial if you want to choose specifically which channels to retain and which to get rid of.
On Desktop Browser
If you are using YouTube on your desktop, you can follow the given steps to manage your subscriptions.
1. Open your web browser and navigate to youtube.com.
2. Click on Subscriptions from the panel on the left.
3. Click on MANAGE visible on top of the screen, as shown below.
4. You will get a list of all your subscribed channels in alphabetical order.
5. Start unsubscribing to all the unwanted YouTube channels by clicking on the grey SUBSCRIBED button. Refer to pic below for clarity.
6. In the pop-up box that now appears, click on UNSUBSCRIBE, as depicted.
Also Read: How to Change Your YouTube Channel Name
On Mobile App
If you are using the mobile YouTube app, follow these steps to unsubscribe:
1. Open the YouTube app on your device and tap on the Subscriptions tab from the bottom of the screen.
2. Tap ALL from the top-right corner of the screen, as shown. You can view all your subscriptions in A-Z, the Most relevant, and New activity order.
3. Tap MANAGE from the top-right corner of the screen.
4. To unsubscribe from a YouTube channel, swipe LEFT on a channel and clicked on UNSUBSCRIBE, as depicted below.
Method 2: Mass Unsubscribe YouTube channels
This method will unsubscribe all the subscribed YouTube channels on your account at once. Therefore, proceed with this method only if you want to clear all the subscriptions.
Here is how to mass unsubscribe on YouTube at once:
1. Open any web browser on your desktop or laptop. Head to youtube.com
2. Navigate to Subscriptions > MANAGE as instructed earlier.
3. A list of all the channels subscribed from your account will be displayed.
4. Scroll down till the end of the page and right-click anywhere on the empty space.
5. Select Inspect (Q) option.
6. A new window will appear on top of the bottom of the Manage Subscriptions page. Here, switch to the Console tab, which is the second tab in the list.
7. Copy-paste the given code in the console tab. Refer to pic below.
var i = 0;
var myVar = setInterval(myTimer, 3000);
function myTimer () {
var els = document.getElementById(“grid-container”).getElementsByClassName(“ytd-expanded-shelf-contents-renderer”);
if (i < els.length) {
els[i].querySelector(“[aria-label^=’Unsubscribe from’]”).click();
setTimeout(function () {
var unSubBtn = document.getElementById(“confirm-button”).click();
}, 2000);
setTimeout(function () {
els[i].parentNode.removeChild(els[i]);
}, 2000);
}
i++;
console.log(i + ” unsubscribed by Saint”);
console.log(els.length + ” remaining”);
}
8. After pasting the above code into the console section, hit Enter and wait for the process to complete.
9. Finally, your subscriptions will start to disappear one-by-one.
Note: You may encounter errors while running the code in the console.
10. If the process slows down or gets stuck, refresh the page and rerun the code to mass unsubscribe the YouTube channels.
Also Read: Fix Youtube Not Working Issue on Chrome
Frequently Asked Questions (FAQ)
Q1. How do I unsubscribe to multiple YouTube channels?
YouTube does not have any feature that allows you to unsubscribe from multiple YouTube channels at once, but you can easily manage and unsubscribe from YouTube channels one by one. All you have to do is go to the subscriptions section and click on MANAGE. Finally, click on UNSUBSCRIBE to remove specific channels from your subscription.
Q2. How do I mass unsubscribe on YouTube?
To mass unsubscribe on YouTube, you can run a code into the console section on YouTube. It can be a bit tricky, but you can follow our detailed guide to run the code for unsubscribing to YouTube channels at once.
Recommended:
We hope our guide on how to mass unsubscribe YouTube channels at once was helpful, and you were able to get rid of all the unwanted subscriptions on YouTube. If you have any queries or suggestions, let us know in the comments below.