From ad65233365e1b3c206d27d4fb5200c719debb007 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Sun, 9 May 2021 04:02:25 +0200 Subject: [PATCH] wbijam update --- .gitlab-ci.yml | 2 +- wbijamlink.user.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } `;