mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Merge branch 'master' of github.com:ajayyy/SponsorBlock into fosefx-eslint
This commit is contained in:
@@ -32,6 +32,9 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
|
||||
case "openConfig":
|
||||
chrome.runtime.openOptionsPage();
|
||||
return;
|
||||
case "openHelp":
|
||||
window.open(chrome.runtime.getURL('help/index_en.html'));
|
||||
return;
|
||||
case "sendRequest":
|
||||
sendRequestToCustomServer(request.type, request.url, request.data).then(async (response) => {
|
||||
callback({
|
||||
|
||||
Reference in New Issue
Block a user