diff --git a/content.css b/content.css index e03a976f..dfd35ba6 100644 --- a/content.css +++ b/content.css @@ -8,6 +8,7 @@ top: 0; bottom: 0; margin: auto; + margin-left: 10px; } #sponsorSkipNotice { diff --git a/content.js b/content.js index 674e240c..3e1deb00 100644 --- a/content.js +++ b/content.js @@ -108,7 +108,7 @@ function sponsorCheck(sponsorTimes) { // Video skipping //send out the message saying that a sponsor message was skipped openSkipNotice(); - setTimeout(closeSkipNotice, 2500); + setTimeout(closeSkipNotice, 5000); } lastTime = v.currentTime;