Я пытаюсь выполнить этот код js из расширения, которое изменяет вашу новую вкладку.
<script>
function myFunction() {
document.getElementById("qnote-text").innerHTML = "⭕ ";
}
</script>
Но я всегда получаю ту же ошибку на консоли Chrome:
Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self'. Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Должно быть встроено.