Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners, Go Directly to Your Destination , Skip AdFly , Skip Annoying Ads, Block Adblock Detection , Block Annoying Popup And Prompts , Automatically Downloading Files , Flickr Images And Youtube Video And Much More
< Opiniones de Bypass All Shortlinks
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);});