This commit is contained in:
Jörn-Michael Miehe 2023-12-28 21:12:05 +00:00
parent ce174d4d2b
commit 2e069d54ec
5 changed files with 4 additions and 4 deletions

BIN
gfx/bttv_original.png (Stored with Git LFS)

Binary file not shown.

View file

@ -11,7 +11,7 @@
], ],
"web_accessible_resources": [ "web_accessible_resources": [
{ {
"resources": ["bttv.png"], "resources": ["sb_button.png"],
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"] "matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
} }
] ]

View file

@ -80,7 +80,7 @@ async function process_text(text: string): Promise<string> {
btn.style.setProperty("margin-right", "4px"); btn.style.setProperty("margin-right", "4px");
const img = document.createElement("img"); const img = document.createElement("img");
img.setAttribute("src", chrome.runtime.getURL("bttv.png")); img.setAttribute("src", chrome.runtime.getURL("sb_button.png"));
img.style.setProperty("vertical-align", "middle"); img.style.setProperty("vertical-align", "middle");
btn.addEventListener("click", async (event) => { btn.addEventListener("click", async (event) => {