added youtube dislike

This commit is contained in:
2024-11-07 08:21:37 -05:00
parent 014e4c8b7b
commit 2317d5a213
8 changed files with 132 additions and 14 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export async function addEl(window, hostname) {
}
const p = path.resolve(import.meta.dirname, '../CSS', src);
console.log(p);
if (src && fs.existsSync(p)) {
const srccontent = fs.readFileSync(p).toString();
window.webContents.insertCSS(srccontent);