diff youtube-no-shorts.user.js @ 118:8de2d53a4cb1

Fix metadata - fix download url - unify spacing
author nanaya <me@nanaya.net>
date Sun, 15 Jan 2023 23:57:10 +0900
parents d9dc190bccaf
children
line wrap: on
line diff
--- a/youtube-no-shorts.user.js	Sun Jan 15 23:49:35 2023 +0900
+++ b/youtube-no-shorts.user.js	Sun Jan 15 23:57:10 2023 +0900
@@ -1,12 +1,13 @@
 // ==UserScript==
-// @name         Youtube shorts redirector
-// @version      0.1
-// @description  Redirects all youtube shorts videos to normal video pages
-// @author       Ultrawipf
-// @match        https://*.youtube.com/shorts/*
-// @icon         https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Youtube_shorts_icon.svg/193px-Youtube_shorts_icon.svg.png
-// @grant        none
-// @run-at       document-start
+// @name        Youtube shorts redirector
+// @version     0.1
+// @description Redirects all youtube shorts videos to normal video pages
+// @author      Ultrawipf
+// @match       https://*.youtube.com/shorts/*
+// @icon        https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Youtube_shorts_icon.svg/193px-Youtube_shorts_icon.svg.png
+// @grant       none
+// @run-at      document-start
+// @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/youtube-no-shorts.user.js
 // ==/UserScript==
 
 'use strict';