A. Removed once
If all that you require is to remove the card once, because that example, if you are trying to produce a screenshot of a details scene in the video clip that is covered with the cards, you have the right to inject some JavaScript to remove them from the document. To do this, we should open the Developer devices of the browser, in this case, we are going to work in Google Chrome. To open the dev tools push F12 or additionally go to settings > more Tools > Developer tools () and also a docked area will appear in the browser. In this new area, walk to the Console tab and also inject the following code that will select all of those card facets identified with the CSS selector .ytp-ce-element and will remove all of them:
document.querySelectorAll(".ytp-ce-element").forEach((el) => el.remove());Just dough the offered code in the terminal prefer this and also press enter:

After injecting the code, the cards will disappear indigenous the existing video:

Great!
B. Removed permanently
In case that you desire to eliminate permanently the cards from showing up in every YouTube video that friend see, friend will should follow some extra steps. The finest solution the exists recently is to automatize what we did in the first step with an expansion that deserve to be set up in the browser. This extension is uBlock Origin, an reliable blocker the goes simple on CPU and memory. UBlock origin is not an "ad blocker", yet a wide-spectrum content blocker with CPU and memory performance as a primary feature.
You are watching: How to get rid of youtube end cards
See more: What Is 15% Of 200? ? What Is 15 Percent Of 200
It attributes as well:
You can install easily this expansion from the main website in the browser here:

After installation it, you require to add a brand-new filter that will analyze the YouTube domain every time friend visit it and also will block the card facets 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 following dominion in the message editor:
! www.youtube.com ##.ytp-ce-elementThen click on apply changes:

and nearby the tab! now if you visit any video clip on YouTube that reflects those cards, lock won"t appear anymore: