mirror of
https://github.com/Steffo99/tidebringer-firefox.git
synced 2025-01-06 22:19:46 +00:00
Send a better notification when the extension activates
This commit is contained in:
parent
b0fb0b3373
commit
a560543edc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ async function addAllSubscribedToCollection() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function tidebringer() {
|
function tidebringer() {
|
||||||
console.info("[Tidebringer] Tidebringer has activated!");
|
console.log("%c Tidebringer %chttps://github.com/Steffo99/tidebringer-firefox", "background-color: black; color: #a0f3f6;");
|
||||||
const buttonsLine = document.querySelector(".collectionAddItemsTitle");
|
const buttonsLine = document.querySelector(".collectionAddItemsTitle");
|
||||||
const addAllSubscribedButton = document.createElement("button");
|
const addAllSubscribedButton = document.createElement("button");
|
||||||
addAllSubscribedButton.className = "btn_darkblue_white_innerfade btn_medium"
|
addAllSubscribedButton.className = "btn_darkblue_white_innerfade btn_medium"
|
||||||
|
|
Loading…
Reference in a new issue