Selaa lähdekoodia

Change Youtube to YouTube

Tim Rybicki 3 vuotta sitten
vanhempi
sitoutus
8aa65cff53

+ 2 - 2
Extensions/UserScript/Return Youtube Dislike.user.js

@@ -1,8 +1,8 @@
 // ==UserScript==
-// @name         Return Youtube Dislike
+// @name         Return YouTube Dislike
 // @namespace    https://www.returnyoutubedislike.com/
 // @version      0.5
-// @description  Return of the Youtube Dislike, Based off https://www.returnyoutubedislike.com/
+// @description  Return of the YouTube Dislike, Based off https://www.returnyoutubedislike.com/
 // @author       Anarios & JRWR
 // @match        *://*.youtube.com/*
 // @include      *://*.youtube.com/*

+ 1 - 1
Extensions/chrome/manifest.json

@@ -1,5 +1,5 @@
 {
-  "name": "Youtube Dislike Button",
+  "name": "YouTube Dislike Button",
   "description": "Returns ability to see dislikes",
   "version": "0.0.0.7",
   "manifest_version": 3,

+ 1 - 1
Extensions/firefox/manifest.json

@@ -1,5 +1,5 @@
 {
-  "name": "Youtube Dislike Button",
+  "name": "YouTube Dislike Button",
   "description": "Returns ability to see dislikes",
   "version": "0.0.0.7",
   "manifest_version": 2,

+ 2 - 2
StaticSite/index.html

@@ -13,12 +13,12 @@
       crossorigin="anonymous"
     />
 
-    <title>Return youtube dislike count</title>
+    <title>Return YouTube dislike count</title>
   </head>
   <body>
     <nav class="navbar navbar-expand-lg navbar-light bg-light">
       <div class="container-xxl">
-        <a class="navbar-brand" href="/">Return youtube dislike count</a>
+        <a class="navbar-brand" href="/">Return YouTube dislike count</a>
         <button
           class="navbar-toggler"
           type="button"