Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
style.remove();
break;
}
};
window.addEventListener('message', listener)
}
}})();`);
}
initContentScript();
chrome.webNavigation.onDOMContentLoaded.addListener(details => {
if (details.tabId === chrome.devtools.inspectedWindow.tabId && details.frameId === 0) {
initContentScript();
}
})
Ractive.styleSet('raui.json', {
key: 'rgb(136, 19, 145)',
index: 'rgb(136, 19, 145)',
number: 'rgb(28, 0, 207)',
boolean: 'rgb(28, 0, 207)',
string: 'rgb(196, 26, 22)',
null: 'rgb(128, 128, 128)'
});