DARKDRAGON532 3 years ago
parent
commit
7cd8f68c98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Extensions/UserScript/Return Youtube Dislike.user.js

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

@@ -242,7 +242,7 @@ function setState() {
       },
     });
   } else {
-    fetch(`https://youtube.com/watch?v=${getVideoId()}`).then((response) => {
+    fetch(`https://www.youtube.com/watch?v=${getVideoId()}`).then((response) => {
       response.text().then((text) => {
         let result = getDislikesFromYoutubeResponse(text);
         if (result) {