diff --git a/extension/add_items_to_collection.js b/extension/add_items_to_collection.js index 92a9919..38f08f8 100644 --- a/extension/add_items_to_collection.js +++ b/extension/add_items_to_collection.js @@ -41,10 +41,10 @@ async function addAllSubscribedToCollection() { } function tidebringer() { - console.log("%c Tidebringer %chttps://github.com/Steffo99/tidebringer-firefox", "background-color: black; color: #a0f3f6;"); - const whereTheContainerShouldBePlaced = document.querySelector(".collectionAddItemsSection"); if(!whereTheContainerShouldBePlaced) return + + console.log("%c Tidebringer %chttps://github.com/Steffo99/tidebringer-firefox", "background-color: black; color: #a0f3f6;"); const container = document.createElement("div") container.id = "tidebringer-container"