News

Top Stories

Subscribe Now

Sign up for a monthly subscription. Pay for the first month and you’ll get the next one free.

Sports

Today's

Culture

World

Lifestyle

(function () { if (!document.body.classList.contains('post-type-post')) return; const hideOverlay = () => { const overlay = document.getElementById('tb_canvas_block'); if (overlay) { overlay.style.display = 'none'; } }; // sofort prüfen hideOverlay(); // DOM-Änderungen beobachten const observer = new MutationObserver(() => { hideOverlay(); }); observer.observe(document.body, { childList: true, subtree: true }); })();