1
Fork 0
mirror of https://github.com/Steffo99/tidebringer-firefox.git synced 2025-01-04 21:19:46 +00:00

Send a better notification when the extension activates

This commit is contained in:
Steffo 2022-07-22 06:14:12 +02:00
parent b0fb0b3373
commit a560543edc
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -41,7 +41,7 @@ async function addAllSubscribedToCollection() {
}
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 addAllSubscribedButton = document.createElement("button");
addAllSubscribedButton.className = "btn_darkblue_white_innerfade btn_medium"