renames
This commit is contained in:
parent
ce174d4d2b
commit
2e069d54ec
5 changed files with 4 additions and 4 deletions
BIN
gfx/bttv_original.png
(Stored with Git LFS)
BIN
gfx/bttv_original.png
(Stored with Git LFS)
Binary file not shown.
|
@ -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/*"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue