Bypass Todos Links curtos

Ignore todos os sites Shortlinks automaticamente, ignore encurtadores de links irritantes, vá diretamente para o seu destino, ignore o AdFly, ignore anúncios irritantes, bloqueie a detecção de bloqueadores de anúncios, bloqueie pop-ups e prompts irritantes, baixe arquivos e vídeos do YouTube automaticamente e muito mais

< Feedback de Bypass Todos Links curtos

Avaliação: OK - o script funciona, mas tem bugs

§
Publicado em: 11/06/2023

Login on YouTube and you'll get an endless loop with "shorts" videos. I had to remove this line to be able to play "shorts" again.

BypassedByBloggerPemula(/youtube.com/, function() {if (location.href.includes('/shorts/')) location = location.href.replace('/shorts/', '/watch?v=');let Tubeshort = location.href;var observer = new MutationObserver(() => {if (location.href !== Tubeshort) {Tubeshort = location.href;if (location.href.includes('/shorts/')) location = location.href.replace('/shorts/', '/watch?v=');}});var short = { subtree: true, childList: true };observer.observe(document, short);});

Enviar resposta

Entre para publicar uma resposta.