mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-13 02:14:23 +01:00
Update background.js
This commit is contained in:
parent
a5e3dcaf4d
commit
5031a85a5c
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
|
||||||
} else if (request.message == "alertPrevious") {
|
} else if (request.message == "alertPrevious") {
|
||||||
chrome.notifications.create("stillThere" + Math.random(), {
|
chrome.notifications.create("stillThere" + Math.random(), {
|
||||||
type: "basic",
|
type: "basic",
|
||||||
title: "Do you want to submit the sponsor times for video id " + request.previousVideoID + "?",
|
title: chrome.i18n.getMessage("Wanttosubmit") + request.previousVideoID + "?",
|
||||||
message: "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted).",
|
message: chrome.i18n.getMessage("leftTimes"),
|
||||||
iconUrl: "./icons/LogoSponsorBlocker256px.png"
|
iconUrl: "./icons/LogoSponsorBlocker256px.png"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue