如何阻止YouTube在iOS,Android和Web上自动播放视频

Over at YouTube, they love it when you watch more YouTube. If you’re sick of YouTube automatically queuing up more videos for you, however, it’s easy enough to turn the autoplay feature off and go back to watching your videos at your own pace.

在YouTube上,当您观看更多YouTube时,他们会喜欢它。 但是,如果您对YouTube会自动为更多视频排队感到厌倦,那么关闭自动播放功能并按自己的节奏返回观看视频就足够了。

On both desktop and mobile platforms, YouTube will automatically play a suggested “Up Next” queue if you don’t intervene–as seen in the screenshot above where a clip from Last Week Tonight with John Oliver automatically plays when the previous one completes.

在台式机和移动平台上,如果您不进行干预,YouTube都会自动播放建议的“上一个下一步”队列-如上面的屏幕截图所示,上一个场景完成时,上周晚间与约翰·奥利弗的剪辑会自动播放。

While, fortunately, turning off autoplay is pretty easy, unfortunately, the option is not linked to your Google account, so you’ll need to toggle the setting on every device you use. Let’s take a look at how to do so now. (Note: this article deals with YouTube’s web interface and mobile apps. If you want to turn it off for Chromecast viewing, it’s in a completely separate place.)

幸运的是,虽然关闭自动播放非常容易,但是不幸的是,该选项未链接到您的Google帐户,因此您需要在使用的每台设备上切换设置。 让我们看看现在如何做。 (注意:本文涉及YouTube的网络界面和移动应用。如果要关闭Chromecast观看功能,请放在完全独立的位置。)

在YouTube的iOS和Android应用上关闭自动播放 (Turning Off Autoplay On YouTube’s iOS and Android Apps)

The method for turning off autoplay on iOS, Android, and other mobile YouTube incarnations is pretty straightforward because the toggle itself is, relatively, front and center. To disable the function, simply load a video, then look for the “Autoplay” toggle, as highlighted in the image below. The toggle looks the same and is located in the same place on both iOS and Android.

在iOS,Android和其他移动YouTube版本上关闭自动播放的方法非常简单,因为切换开关相对来说位于正面和中央。 要禁用此功能,只需加载视频,然后寻找“自动播放”切换,如下图所示。 切换开关看起来相同,并且在iOS和Android上都位于同一位置。

If you do not see this toggle on your mobile YouTube app, then the app most likely needs to be updated. In one rare case on one of our devices, we didn’t see the toggle until we completely uninstalled the app (despite updating it) and then reinstalled it.

如果您没有看到您的移动YouTube应用此切换,然后应用程序最有可能需要更新。 在一种罕见的情况下,在其中一台设备上,直到完全卸载应用程序(尽管对其进行了更新)然后重新安装后,我们才看到切换开关。

As a small aside for readers who found their way to this article searching for a way to halt autoplaying video on the Apple TV (which uses the YouTube App for tvOS, a branch of iOS)–you won’t find an on-screen toggle like you do with the mobile apps, but you can turn autoplay off by launching the YouTube app on your Apple TV and looking in Settings > Autoplay.

除了为寻找本文方法的读者提供一小部分以外,他们还寻找了一种方法来停止在Apple TV(将YouTube App用于tvOS(iOS的一个分支))上自动播放视频的方法-您不会在屏幕上找到切换就像使用移动应用一样,但是您可以通过在Apple TV上启动YouTube应用并在“设置”>“自动播放”中查看来关闭自动播放功能。

关闭YouTube网站上的自动播放 (Turning Off Autoplay on The YouTube Website)

Just like the mobile applications, there is a toggle on the browser-based version of YouTube, albeit not quite as prominent. In the screenshot below you can see the video we’re watching plus the long list of “Up Next” videos that will keep playing if we don’t intervene.

与移动应用程序一样,基于浏览器的YouTube版本也有一个切换,尽管不是很明显。 在下面的屏幕截图中,您可以看到我们正在观看的视频以及如果不进行干预将继续播放的一长串“ Up Next”视频。

If you look closely at the upper right corner of the “Up Next” queue, you’ll see the toggle.

如果您仔细查看“上一个下一个”队列的右上角,则会看到切换。

Flip it off and the “Up Next” queue just becomes a suggested playlist and not an unending rotation of videos.

翻转它,“ Up Next”队列将成为建议的播放列表,而不是无休止的视频轮播。



That’s all there is to it–flip the autoplay toggle across all the devices you use YouTube on and the annoyance of autoplaying videos vanishes.

这就足够了–在您使用YouTube的所有设备上翻转自动播放切换按钮,自动播放视频的烦恼就消失了。

翻译自: https://www.howtogeek.com/268904/how-to-stop-youtube-from-automatically-playing-videos-on-ios-android-and-the-web/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280872.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

(php)thinkphp3.2配置sql_server

(php)thinkphp3.2配置sql_server 标签: php thinkphp sql_server2016年12月16日 15:20:19631人阅读 评论(0) 收藏 举报分类:php(18) 最近要整一个crm和erp的对接,最坑的是,erp的是用.net写的,数…

Blog.Core 第四季度开源更新说明书

B/C/V/PAn open-source organization based on .NET/Core and Vue (React/NG) to quickly build MVC & SPA and microservice application.开源贡献NETCORE架构设计BCVP开发组成员说:BCVP是以Blog.Core为核心框架设计的一整套前后端分离、RBAC与数据鉴权、统一C…

如何将联系人导入Windows联系人文件夹和从中导出联系人

In Windows 7 and 8, there is a Contacts folder in your user directory. This folder can be useful if you have your contacts in a single .vcf file and want to move them into a .csv file for importing into programs like Outlook 2013. 在Windows 7和8中&#xff…

C# 实例解析事件委托之EventHandler

概述事件属于委托的一个子集,像我们平时界面上的鼠标点击按钮后响应事件、事件的发布和订阅等都需要用到委托.通过委托可以很好的实现类之间的解耦好。事件委托EventHandler的函数原型如下:delegate 表示这个个委托,事件委托没有返回值&#…

多亏了Google相册,如何一键释放Android手机上的空间

Let’s be real here: modern smartphones have limited storage. While they’re coming with a lot more than they used to, it’s easy to fill 32GB without even realizing it. And with today’s high-end cameras, well, pictures and videos can quickly consume a bi…

WPF效果第二百零四篇之自定义更新控件

好久没有更新文章,今天抽空来分享一下最近玩耍的自定义控件;里面包含了自定义控件、依赖属性和路由事件;来看看最终实现的效果:1、先来看看前台Xaml布局和绑定:<Style TargetType"{x:Type Cores:UploadWithProgressControl}"><Setter Property"Templat…

u3d 逐个点运动,路径运动。 U3d one by one, path motion.

u3d 逐个点运动&#xff0c;路径运动。 U3d one by one, path motion. 作者&#xff1a;韩梦飞沙 Author&#xff1a;han_meng_fei_sha 邮箱&#xff1a;313134555qq.com E-mail: 313134555 qq.com 逐个点运动&#xff0c;路径运动。 Im going to do some motion and path. 如果…

小米净水器底部漏水_漏水传感器:您可能没有的最容易被忽视的智能家居设备...

小米净水器底部漏水While most smarthome products are aimed at convenience, there’s one smarthome device that’s actually quite useful, possibly saving you headaches and ton of money: the trusty water leak sensor. 虽然大多数智能家居产品都旨在提供便利&#x…

Unity3D笔记十 游戏元素

一、地形 1.1 树元素 1.2 草元素 二、光源 2.1 点光源 点光源&#xff08;Point Light&#xff09;&#xff1a;好像包围在一个类似球形的物体中&#xff0c;读者可将球形理解为点光源的照射范围&#xff0c;就像家里的灯泡可以照亮整个屋子一样。创建点光源的方式为在Hierarch…

facebook 文本分类_如何禁用和自定义Facebook的通知,文本和电子邮件

facebook 文本分类Facebook is really keen on keeping you on their platform. One of the ways they do that is by sending you notifications whenever the tiniest thing happens. And you won’t just see them on the site—Facebook will also notify you by email, wi…

django06: ORM示例2--uer 与file

存放路径&#xff1a;https://git.lug.ustc.edu.cn/ 笔记 外键与多键 path models.ForeignKey(to"Path")file models.ManyToManyField(to"File") code 处理方式 new_path request.POST.get("new_path",None)models.File.objects.create(…

四种简单的排序算法

四种简单的排序算法 我觉得如果想成为一名优秀的开发者&#xff0c;不仅要积极学习时下流行的新技术&#xff0c;比如WCF、Asp.Net MVC、AJAX等&#xff0c;熟练应用一些已经比较成熟的技术&#xff0c;比如Asp.Net、WinForm。还应该有着牢固的计算机基础知识&#xff0c;比如数…

Xampp修改默认端口号

为什么80%的码农都做不了架构师&#xff1f;>>> Xampp默认的端口使用如下&#xff1a; Httpd使用80端口 Httpd_ssl使用443端口 Mysql使用3306端口 ftp使用21端口 但是&#xff0c;在如上端口被占用的情况下&#xff0c;我们可以通过修改xampp默认端口的方法&…

为什么csrss进程有三个_什么是客户端服务器运行时进程(csrss.exe),为什么在我的PC上运行它?...

为什么csrss进程有三个If you have a Windows PC, open your Task Manager and you’ll definitely see one or more Client Server Runtime Process (csrss.exe) processes running on your PC. This process is an essential part of Windows. 如果您使用的是Windows PC&…

使用c#的 async/await编写 长时间运行的基于代码的工作流的 持久任务框架

持久任务框架 &#xff08;DTF&#xff09; 是基于async/await 工作流执行框架。工作流的解决方案很多&#xff0c;包括Windows Workflow Foundation&#xff0c;BizTalk&#xff0c;Logic Apps, Workflow-Core 和 Elsa-Core。最近我在Dapr 的仓库里跟踪工作流构建块的进展时&a…

多目标跟踪(MOT)论文随笔-SIMPLE ONLINE AND REALTIME TRACKING (SORT)

转载请标明链接&#xff1a;http://www.cnblogs.com/yanwei-li/p/8643336.html 网上已有很多关于MOT的文章&#xff0c;此系列仅为个人阅读随笔&#xff0c;便于初学者的共同成长。若希望详细了解&#xff0c;建议阅读原文。 本文是使用 tracking by detection 方法进行多目标…

明日大盘走势分析

如上周所述&#xff0c;大盘在4与9号双线压力下&#xff0c;上攻乏力。今天小幅下跌0.11%&#xff0c;涨511&#xff0c;平76&#xff0c;跌362&#xff0c;说明个股还是比较活跃&#xff0c;而且大盘上涨趋势未加改变&#xff0c;只是目前攻坚&#xff0c;有点缺乏外部的助力。…

android EventBus 3.0 混淆配置

2019独角兽企业重金招聘Python工程师标准>>> https://github.com/greenrobot/EventBus 使用的这个库在github的官网README中没有写明相应混淆的配置. 经过对官网的查询&#xff0c;在一个小角落还是被我找到了。 -keepattributes *Annotation* -keepclassmembers …

dotnet-exec 0.11.0 released

dotnet-exec 0.11.0 releasedIntrodotnet-exec 是一个 C# 程序的小工具&#xff0c;可以用来运行一些简单的 C# 程序而无需创建项目文件&#xff0c;让 C# 像 python/nodejs 一样简单&#xff0c;而且可以自定义项目的入口方法&#xff0c;支持但不限于 Main 方法。Install/Upd…

运行时获取类库信息

运行时获取类库信息Intro在我们向别的开源项目提 issue 的时候&#xff0c;可能经常会遇到别人会让我们提供使用的版本信息&#xff0c;如果别的开源项目类库集成了 source link&#xff0c;我们可以从程序集信息中获取到版本以及对应的 commit 信息&#xff0c;这样我们就可以…