Clarify where PSSH is displayed on the console

This commit is contained in:
FoxRefire 2024-05-02 06:37:59 +09:00
parent 3037104bd3
commit ef0444331d

View File

@ -10,7 +10,7 @@ chrome.runtime.sendMessage({type: "RESET"},null);
//Send PSSH into background.js //Send PSSH into background.js
document.addEventListener('pssh', (e) => { document.addEventListener('pssh', (e) => {
console.log(e.detail); console.log("[PSSH]"+e.detail);
chrome.runtime.sendMessage({ chrome.runtime.sendMessage({
type: "PSSH", type: "PSSH",
text: e.detail, text: e.detail,