Merge branch 'master' of github.com:ajayyy/SponsorBlock into fosefx-eslint

This commit is contained in:
Max Baumann
2020-12-14 11:08:56 +01:00
26 changed files with 1220 additions and 1003 deletions

View File

@@ -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({