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:
|
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
|
|
@ -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;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue