From ef0444331d5a8ad7f9b0fd378fcea8b3ea4525ef Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Thu, 2 May 2024 06:37:59 +0900 Subject: [PATCH] Clarify where PSSH is displayed on the console --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index b98d7d2..720c8c9 100644 --- a/content.js +++ b/content.js @@ -10,7 +10,7 @@ chrome.runtime.sendMessage({type: "RESET"},null); //Send PSSH into background.js document.addEventListener('pssh', (e) => { - console.log(e.detail); + console.log("[PSSH]"+e.detail); chrome.runtime.sendMessage({ type: "PSSH", text: e.detail,