Leon Bubova %!s(int64=3) %!d(string=hai) anos
pai
achega
782cd1eab1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Extensions/combined/ryd.content-script.js

+ 1 - 2
Extensions/combined/ryd.content-script.js

@@ -224,8 +224,7 @@ function sendVote(vote) {
   function isVideoLoaded() {
     const videoId = getVideoId(window.location.href);
     return (
-      document.querySelector(`ytd-watch-flexy[video-id='${videoId}']`) !==
-        null ||
+    document.querySelector(`ytd-watch-flexy[video-id='${videoId}']`) !== null ||
       // mobile: no video-id attribute
       document.querySelector('#player[loading="false"]:not([hidden])') !== null
     );