Club der Dampfer

// Function to add the class "atr_artikel" to the span element function addClassToSpan(spanElement) { // Trim the text content to remove leading comma and whitespace const trimmedText = spanElement.textContent.trim(); spanElement.textContent = trimmedText; // Add the class "atr_artikel" and set opacity to 1 spanElement.classList.add('atr_artikel'); spanElement.style.opacity = 1; } // Function to observe changes in the DOM and apply changes to span elements function observeDOMChanges() { const spansWithClassThumbTitle = document.querySelectorAll('.thumb-title.small.stretched-link span'); spansWithClassThumbTitle.forEach((spanElement) => { if (!spanElement.classList.contains('atr_artikel')) { // Call the function to add the class when necessary addClassToSpan(spanElement); } }); } // Create a MutationObserver to watch for changes in the DOM const observer = new MutationObserver((mutationsList) => { for (const mutation of mutationsList) { if (mutation.type === 'childList') { // Iterate through added nodes and check if they are spans mutation.addedNodes.forEach((node) => { if (node.nodeType === Node.ELEMENT_NODE && node.tagName === 'SPAN') { const spanElement = node; if (!spanElement.classList.contains('atr_artikel')) { // Call the function to add the class when necessary addClassToSpan(spanElement); } } }); } } }); // Observe changes in the entire document, including dynamically added elements observer.observe(document, { childList: true, subtree: true }); // Initialize the script on page load window.addEventListener('load', observeDOMChanges);

Der Club der Dampfer ist ein Gesamthersteller von Flüssigkeiten für den E-Zigaretten-Bedarf. Seine Aromen, Liquids, Dampfbasen und Nikotinshots werden im Ruhrgebiet in Eigenproduktion unter Einhaltung strenger Standards der deutschen Lebensmittelindustrie hergestellt.

 Ein ausgesprochen authentischer Geschmack nach Erdbeeren, Vanille oder Waldmeister haben die Club Aromen der CdD GmbH bekannt gemacht und jetzt können Sie sie auch bei uns im Shop erwerben. Mit einem äußerst umfangreichen Sortiment ausgewogener Geschmackskombinationen und einer interessanten Preisgestaltung ist der Club der Dampfer ein Anbieter, der wohl den Geschmack und die Wünsche eines jeden Dampfers zufriedenstellen kann.

 Mit einer Dosierung von weit unter 5 Prozent sind die Club der Dampfer Aromen nicht nur ausgesprochen ergiebig, sodass Sie sie nicht ständig nachkaufen müssen, sondern auch sehr kostengünstig. 

Die CdD Aromen sind auch besonders gut dazu geeignet beim Mischen mit den unterschiedlichen Geschmackskombinationen zu experimentieren. Probiere Sie es aus und mixen Sie sich somit Ihr ganz individuelles Lieblingsliquid für den genussvollen Allday Vape.