Clarify where PSSH is displayed on the console
This commit is contained in:
parent
3037104bd3
commit
ef0444331d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user