Uwell

// 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);

Uwell mit Sitz in der City of Industry in Kalifornien, USA, ist einer der führenden Hersteller von hochwertigen und leistungsstarken Subohm-Verdampfern auf dem E-Zigaretten Markt.

Ihre innovativen Ideen bringen Uwell regelmäßig Topplatzierungen bei Kundenbewertungen und Social Media Kritiken ein. Im Sortiment hat Uwell mittlerweile aber nicht nur Verdampfer mit Subohm-Fertigcoils, sondern auch den ein oder anderen Selbstwickelverdampfer, Tröpfler, Akkuträger oder auch Starterkits - und das alles im moderaten, mittleren Preissegment.

Die wohl bekannteste und performancestärkste Produktlinie von Uwell sind wohl die Crown Fertigkopfverdampfer. Im Subohm-Bereich sind die Uwell Crown Verdampfer sehr zu empfehlen, da sie neben einer dichten und ergiebigen Dampfentwicklung auch ein ausgezeichnetes Geschmackserlebnis garantieren.

Mit dem Crown 3 Modell hat Uwell die Messlatte für die Qualität von Verdampfern mit Fertigköpfen im Subohm-Bereich wieder etwas höher gelegt. Lungendampfer, die neben viel Dampf auch einen herausragenden Geschmack wollen, dabei aber nicht zu viel ausgeben wollen, kommen um den Uwell Crown 3 kaum herum.