omnidevZero / YouTubeRedux

Browser extension that focuses on restoring old YouTube layout within Polymer design (modern layout).
186 stars 11 forks source link

[Feature Improvement] Replace shorts links rather than redirecting #68

Open TorutheRedFox opened 2 years ago

TorutheRedFox commented 2 years ago

Redirecting clutters history, making going back very annoying.

Franck-Nein commented 2 years ago

Same as #26 I believe, replacing window.location.href = redirectLocation; with window.location.replace(redirectLocation); should fix this.