mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 15:07:02 +03:00
Add way to copy debug logs from popup
This commit is contained in:
@@ -346,6 +346,12 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo
|
||||
metaKey: request.metaKey
|
||||
}));
|
||||
break;
|
||||
case "getLogs":
|
||||
sendResponse({
|
||||
debug: window["SBLogs"].debug,
|
||||
warn: window["SBLogs"].warn
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
sendResponse({});
|
||||
|
||||
Reference in New Issue
Block a user