Mercurial > ec-userscripts
diff youtube-no-shorts.user.js @ 117:d9dc190bccaf
Undo combining fixes into single script per site
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:49:35 +0900 |
parents | ef21ef445fc6 |
children | 8de2d53a4cb1 |
line wrap: on
line diff
--- a/youtube-no-shorts.user.js Sun Jan 15 23:46:56 2023 +0900 +++ b/youtube-no-shorts.user.js Sun Jan 15 23:49:35 2023 +0900 @@ -12,9 +12,5 @@ 'use strict'; // Source: https://gist.github.com/Ultrawipf/7af006d1b8f75eddd3222d1053c3a243 -function shortDirect () { - // From https://www.youtube.com/shorts/xxxx to https://www.youtube.com/watch?v=xxxx - window.location = window.location.href.replace('youtube.com/shorts/', 'youtube.com/watch?v='); -} - -shortDirect(); +// From https://www.youtube.com/shorts/xxxx to https://www.youtube.com/watch?v=xxxx +window.location = window.location.href.replace('youtube.com/shorts/', 'youtube.com/watch?v=');