banner



How To Clear Watch Later On Youtube

When seeing a good Youtube video, information technology is common for people to add it to Sentry Subsequently list to "watch later". The problem is that the list keeps adding up and becomes bigger and bigger.

See also: Youtube Thumbnail Grabber

If yous don't desire to read all these long text, try a more elementary version at Thumb-Grabber.

When the Picket Later list becomes as well large, it will loose its purpose of keeping runway of wanted videos. Users starting time deleting watched videos or uninteresting ones. But they must click "Remove from Scout later" for a hundreds of videos. In almost cases nobody wants to do that.

Bulk-deleting is the solution everyone loves. Youtube has Delete watched videos feature which delete videos you lot already watched. Even if you only watch ane 2d of a video, it is too deleted. What about videos we oasis't watched? We however need to discover a way to delete them in bulk.

Then Youtube nonetheless lacks the much-needed mass delete features. Fortunately, nosotros can execute a JavaScript block of code to mass delete Sentinel Afterward videos.

Steps to Remove All Watch Later Videos at One time

1) Open up your Youtube Watch List in spider web browsers like Chrome or Brave.

ii) Printing F12 to open developer's panel or admission information technology via web browser'south Card.

3) Navigate to Panel tab.

4) Paste this script into the panel and press Enter.

Updated: 2021/09/24

Here are the scripts I used to delete videos on my Picket later listing:

One of the following scripts can work for y'all. Attempt both to run across which ane sticks. The post-obit script was modifed to work with recent Youtube changes.

                                  setInterval(role() { 	document.querySelector('#contents push button[aria-label="Action menu"]').click(); 	var things = document.evaluate('//bridge[contains(text(),"Watch later")]',document,nil,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,cipher); 		for (var i = 0; i < things.snapshotLength; i++) { 		    things.snapshotItem(i).click(); 		}		 }, yard);                              
                setInterval(part() { 	document.querySelector('#principal button[aria-label="Activity menu"]').click(); 	var things = document.evaluate('//span[contains(text(),"Watch later on")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null); 		for (var i = 0; i < things.snapshotLength; i++) { 		    things.snapshotItem(i).click(); 		}		 }, 1000);              

After pressing Enter, you will see videos disappearing one past 1. When the script executes, it open the menu of each video popup item and click on the Remove from Watch Later carte item.

Use the script in different language

Thanks Xerus for reporting bout the script non working in other languages. Here is how to apply information technology for other languages:

  • Find the text of the hidden menu button (three vertical dots) past Right-click and Inspect on it. You volition find the aria-label text in your linguistic communication. Supplant "Action menu" with the text in '#primary button[aria-characterization="Activity menu"]'
  • Replace "Watch afterward" with the text in your linguistic communication in span[contains(text(),"Sentry later")

I tried the script in French language by replacing:

  • "Action menu" with "Carte d\'actions" – Call back to add a slash (\) before a single quote to escape it.
  • "Picket afterwards" with "À regarder plus tard"

The script becomes:

                setInterval(role() { 	document.querySelector('#contents button[aria-label="Carte d\'actions"]').click(); 	var things = document.evaluate('//span[contains(text(),"À regarder plus tard")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,goose egg); 		for (var i = 0; i < things.snapshotLength; i++) { 		    things.snapshotItem(i).click(); 		}		 }, 1000);              

Source: https://www.tldevtech.com/how-to-bulk-delete-all-youtubes-watch-later-videos/

Posted by: crowellniae1979.blogspot.com

0 Response to "How To Clear Watch Later On Youtube"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel