Explorar el Código

Update BetterYTM.user.js

Sven Fehler hace 3 años
padre
commit
a751b8c22b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BetterYTM.user.js

+ 1 - 1
BetterYTM.user.js

@@ -746,7 +746,7 @@ function autoclickGeniusResult()
     if(features.visualizeBestResult)
     {
         const grandpaNode = resultNode.parentElement.parentElement;
-        grandpaNode.style.border = "2px dashed yellow";
+        grandpaNode.style.border = "2px dashed #ffff64";
         grandpaNode.style.borderRadius = "7px";
         grandpaNode.style.padding = "7px";
     }