diff --git a/background.js b/background.js index 3f5145c..e1405ac 100644 --- a/background.js +++ b/background.js @@ -307,7 +307,7 @@ function redirectYouTube(url, initiator, type) { url.searchParams.append("autoplay", invidiousAutoplay ? 1 : 0); return `${invidiousInstance || getRandomInstance(invidiousInstances)}${ - url.pathname + url.pathname.replace("/shorts","") }${url.search}`; }