DARKDRAGON532 hace 3 años
padre
commit
7cd8f68c98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {