Tüm Kısa Bağlantı Sitelerini Otomatik Olarak Atla Rahatsız Edici Bağlantı Kısaltıcılarını Atla, Doğrudan Hedefine Git, AdFly'ı Atla, Rahatsız Edici Reklamları Atla, Reklam Engelleme Algılamasını Engelle, Rahatsız Edici Açılır Pencereleri ve İstemleri Engelle, Dosyaları ve Youtube Videolarını Otomatik Olarak İndir ve Daha Fazlası
< Feedback on Bypass Tüm Kısa Linkler
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);});