馃嚞馃嚙
Do you want to watch YouTube videos without ads?
If you don't use an Adblock or browser like Brave or similar, this is an option you can use to skip YouTube ads.
Here's how to do it in 5 steps:
- Enter from your computer to YouTube site.
- Open the developer tool.
It can be done in two ways:
a. Press the F12 key on your keyboard.
b. Press the secondary mouse button and within the menu that is displayed, click on "Inspect".
*The screen will be sectioned into two parts, that is the developer tool. It's something like this:
3.In the tabs that appear above, you have to click on "Console". Scroll to the bottom and paste this code:
setInterval(()=>{var e=document.getElementsByClassName("ytp-ad-skip-button");e.length>0&&e[0].click()},4e3);
4.Press enter key and a line with a number will automatically appear. Something like that:
5.Close the DevTools in the X. Be careful not to close the browser!
You can now watch all Youtube videos without ads.
When you close the browser or turn off the computer, you will have to repeat this process.
馃嚜馃嚫
驴Quieres ver v铆deos de YouTube sin anuncios?
Si no usas un Adblock o navegador como brave o similar, esta es una opci贸n que puedes usar para hace skip en tus anuncios de YouTube.
## Aqu铆 te explico c贸mo hacerlo en 5 pasos:
- Entra desde tu ordenador a la p谩gina de YouTube.
- Abre la herramienta para desarrolladores.
Se puede hacer de dos maneras:
a. Pulsa la tecla F12 de tu teclado.
b. Pulsa el bot贸n secundario del rat贸n y dentro del men煤 que se despliega, dale a "Inspeccionar".
*La pantalla se quedar谩 seccionada en dos partes, eso es la herramienta de desarrolladores. Es algo as铆:
3.En las pesta帽as que te aparecen arriba, tienes que clicar la de "Console". Haz scroll hasta el final y pega este c贸digo:
setInterval(()=>{var e=document.getElementsByClassName("ytp-ad-skip-button");e.length>0&&e[0].click()},4e3);
4.Dale a la tecla de enter y te aparecer谩 autom谩ticamente una l铆nea con un n煤mero. Algo as铆:
5.Cierra la herramienta para administradores en la X. 隆Ten cuidado y no cierres el navegador!
Ya puedes ver todos los v铆deos de Youtube sin anuncios.
Es probable que cuando cierres el navegador o apagues el ordenador tengas que repetir este proceso.