From a560543edc1926317c14969d2655742124c73e7d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 22 Jul 2022 06:14:12 +0200 Subject: [PATCH] Send a better notification when the extension activates --- extension/add_items_to_collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/add_items_to_collection.js b/extension/add_items_to_collection.js index 9c88785..d1258fb 100644 --- a/extension/add_items_to_collection.js +++ b/extension/add_items_to_collection.js @@ -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"