T-Juice

// 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 Hersteller T-Juice aus Großbritannien ist einer der Vorreiter der Dampfer-Branche, wenn es darum geht erstklassige und geschmacklich ausgereifte Liquids und Aromen für den Gebrauch in elektronischen Zigaretten zu entwickeln. Für die Produktion ihrer Premium Aromen und Premium Liquids 'tastefully made in the UK' beziehen sie ausschließlich hochwertigste Rohstoffe aus den USA und der EU, welche den strengsten Lebensmittelstandards unterliegen.

Mit abstrakten Namenskreationen und einer eigensinnigen, teils provokativen Bebilderung ihrer Produkte haben sie sich einen echten Wiedererkennungswert auf dem E-Zigaretten-Markt geschaffen, aber T-Juice weiß auch mit innovativen und stimmigen Aromenkompositionen zu überzeugen. 

Durch die Kombination aus natürlichen, naturidentischen und extrahierten Geschmacksstoffen entstehen bei T-Juice ganz eigene Geschmacksrichtungen. So auch ihr wohl bekanntestes Aroma 'Red Astaire', das aus einer ausgewogenen und köstlichen Mixtur aus roten und blauen Beeren, Trauben, Anis sowie den erfrischenden Komponenten Eukalyptus und Menthol zusammengesetzt ist und bei vielen Dampfen seit einiger Zeit als absoluter Tipp unter den Allday Liquids gilt. Sie sollten es unbedingt ausprobieren.