diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc77dd7..24091b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,6 @@ before_script:
 deploy:
   script:
     - echo "STARTING DEPLOYING"
-    - ssh $HOST "bash $SCRIPT_PATH"
+    - ssh $HOST "bash $SCRIPT_PATH" > /dev/null
   only:
     - master
\ No newline at end of file
diff --git a/wbijamlink.user.js b/wbijamlink.user.js
index 68e38d1..272d189 100644
--- a/wbijamlink.user.js
+++ b/wbijamlink.user.js
@@ -3,7 +3,7 @@
 // @namespace   Return to Luna Scripts
 // @match       https://*.wbijam.pl/*
 // @grant       none
-// @version     1.1.0
+// @version     1.1.1
 // @author      mlunax
 // @description 5/5/2021, 6:58:17 PM
 // @include https://*.wbijam.pl/*
@@ -16,7 +16,7 @@ style.innerText = `
     display:none;
 }
 
-.odtwarzacz_link:hover + button, .odtwarzacz_link + button:hover {
+.lista_hover:hover button {
     display:block;
 }
 `;