LG

// 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 Elektronik-Hersteller LG ist wohl jedem ein Begriff, der sich auch nur im Entferntesten für Unterhaltungselektronik interessiert oder Haushaltsgeräte besitzt. Egal ob TV-Geräte und Heimkinoanlagen, Kühlschränke und Waschmaschinen, PC Produkte oder Smartphones - der Consumer Electronics Riese stellt mit seiner über Jahrzehnte gesammelten Expertise zukunftsweisende Produkte von höchster Qualität her. 

Was LG im Großen kann, beherrschen sie aber auch im Kleinen, wenn es darum geht hochwertige Akkuzellen zu produzieren. Ihr INR18650HG2 Li-Ion Hochleistungsakku hat sich über die Jahre als Standardakkuzelle für E-Zigaretten im 18650er Format etabliert und zählt dank seiner 3000 mAh Kapazität zu den beliebtesten Akkumulatoren seiner Klasse. Der LG Akku eignet sich auch Sehr gut für das Dampfen im Subohm Bereich ab mindestens 0.25 Ohm.

Um zusätzlich das Maximum an Ladezyklen aus dem LG Akku zu erzielen, empfiehlt sich das schonende Laden der Akkuzellen in einem externen Ladegerät.