How To Get Rid Of End Cards On Youtube
Acquire how to remove or disable those stupid YouTube stop cards that don't allow you to come across the end of the video.
How many times those stupid recommendation cards have covered an important office at the end of the video? It happened to me more than than once and sincerely, I'thou getting tired of information technology because in that location's no option on YouTube to disable them, you lot are forced to see them under whatever circumstance. In this article, we'll explain to you 2 useful approaches that you can use to remove the cards that appear at the end of every YouTube video permanently or whenever you want.
A. Removing once
If all that you need is to remove the card once, for example, if you are trying to create a screenshot of a item scene in the video that is covered with the cards, you tin inject some JavaScript to remove them from the document. To do this, nosotros need to open the Developer Tools of the browser, in this case, nosotros are going to work in Google Chrome. To open the dev tools printing F12 or alternatively get to Settings > More Tools > Developer Tools () and a docked area will appear in the browser. In this new surface area, get to the Console tab and inject the following code that volition select all of those carte elements identified with the CSS selector .ytp-ce-element and will remove all of them:
document.querySelectorAll(".ytp-ce-chemical element").forEach((el) => el.remove()); Just paste the given code in the final similar this and printing enter:
Afterwards injecting the code, the cards will disappear from the current video:
Groovy!
B. Removing permanently
In case that you want to remove permanently the cards from actualization in every YouTube video that you run into, yous will need to follow some extra steps. The best solution that exists nowadays is to automatize what we did in the first step through an extension that can be installed in the browser. This extension is uBlock Origin, an efficient blocker that goes easy on CPU and memory. uBlock Origin is not an "ad blocker", just a broad-spectrum content blocker with CPU and memory efficiency as a chief characteristic. It features as well:
- uBlock Origin filter lists
- EasyList (ads)
- EasyPrivacy (tracking)
- Peter Lowe's Ad server list (ads and tracking)
- Online Malicious URL Blocklist
You can install easily this extension from the official website in the browser here:
Afterwards installing information technology, you lot need to add together a new filter that volition analyze the YouTube domain every fourth dimension you visit it and will block the bill of fare elements from appearing. Visit the YouTube website (youtube.com) and open the dashboard of uBlock Origin:
Then go to the My filters tab and register the post-obit dominion in the text editor:
! www.youtube.com ##.ytp-ce-element And so click on Apply changes:
and close the tab! At present if you visit whatever video on YouTube that shows those cards, they won't appear anymore:
Happy coding ❤️!
Source: https://ourcodeworld.com/articles/read/1522/how-to-remove-or-disable-youtube-end-cards
Posted by: lafleurfactiven56.blogspot.com

0 Response to "How To Get Rid Of End Cards On Youtube"
Post a Comment