wbijam update

This commit is contained in:
Luna 2021-05-09 04:02:25 +02:00
parent 89cc2f9e3f
commit ad65233365
No known key found for this signature in database
GPG key ID: DE9E9D23CD19A149
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,6 @@ before_script:
deploy: deploy:
script: script:
- echo "STARTING DEPLOYING" - echo "STARTING DEPLOYING"
- ssh $HOST "bash $SCRIPT_PATH" - ssh $HOST "bash $SCRIPT_PATH" > /dev/null
only: only:
- master - master

View file

@ -3,7 +3,7 @@
// @namespace Return to Luna Scripts // @namespace Return to Luna Scripts
// @match https://*.wbijam.pl/* // @match https://*.wbijam.pl/*
// @grant none // @grant none
// @version 1.1.0 // @version 1.1.1
// @author mlunax // @author mlunax
// @description 5/5/2021, 6:58:17 PM // @description 5/5/2021, 6:58:17 PM
// @include https://*.wbijam.pl/* // @include https://*.wbijam.pl/*
@ -16,7 +16,7 @@ style.innerText = `
display:none; display:none;
} }
.odtwarzacz_link:hover + button, .odtwarzacz_link + button:hover { .lista_hover:hover button {
display:block; display:block;
} }
`; `;