mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 20:47:11 +03:00
CC
This commit is contained in:
@@ -32,7 +32,7 @@ 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: chrome.i18n.getMessage("Wanttosubmit") + request.previousVideoID + "?",
|
title: chrome.i18n.getMessage("wantToSubmit") + request.previousVideoID + "?",
|
||||||
message: chrome.i18n.getMessage("leftTimes"),
|
message: chrome.i18n.getMessage("leftTimes"),
|
||||||
iconUrl: "./icons/LogoSponsorBlocker256px.png"
|
iconUrl: "./icons/LogoSponsorBlocker256px.png"
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user