DARKDRAGON532 3 lat temu
rodzic
commit
7cd8f68c98

+ 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) {