MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / log

Function log

content.js:5–9  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

3 const DEBUG = false; // Set to true for debugging
4
5 function log(...args) {
6 if (DEBUG) {
7 console.log('[Stream Panel Content]', ...args);
8 }
9 }
10
11 const script = document.createElement('script');
12 script.src = chrome.runtime.getURL('inject.js');

Callers 1

content.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected