Files
google-meet-captions/Google Meet Transcripts & AI Summary/style/panel.js
T

1 line
236 B
JavaScript

const STYLE=document.createElement("style"),promise=new Promise((e=>{fetch(chrome.runtime.getURL("style/panel.css")).then((e=>e.text())).then((t=>{e(t)}))}));promise.then((e=>{STYLE.innerText=e.toString(),document.body.append(STYLE)}));