wbijam update
This commit is contained in:
parent
89cc2f9e3f
commit
ad65233365
2 changed files with 3 additions and 3 deletions
|
@ -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
|
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Reference in a new issue