mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Increased margin on logo and increased length of time of notice.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsorSkipNotice {
|
#sponsorSkipNotice {
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ function sponsorCheck(sponsorTimes) { // Video skipping
|
|||||||
//send out the message saying that a sponsor message was skipped
|
//send out the message saying that a sponsor message was skipped
|
||||||
openSkipNotice();
|
openSkipNotice();
|
||||||
|
|
||||||
setTimeout(closeSkipNotice, 2500);
|
setTimeout(closeSkipNotice, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
lastTime = v.currentTime;
|
lastTime = v.currentTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user