document.querySelectorAll('.dropdown-item').forEach(item => { item.addEventListener('click', event => { event.preventDefault(); const langCode = item.getAttribute('data-lang').split('_')[0]; // استخراج الكود الرئيسي (مثل ar, en) // تغيير اسم اللغة المعروضة في الزر const selectedLanguageName = item.textContent.trim(); document.querySelector('.language-dropdown span').textContent = selectedLanguageName; // تشغيل ترجمة جوجل doGTranslate(langCode); }); }); // دالة لتشغيل الترجمة function doGTranslate(lang_pair) { if (lang_pair.includes('|')) { lang_pair = lang_pair.split('|')[1]; } var goog_element = document.getElementById('google_translate_element_modern'); if (goog_element) { var te_menu_value = goog_element.querySelector('.goog-te-menu-value'); if (te_menu_value) { te_menu_value.click(); var te_menu_items = document.querySelectorAll('.goog-te-menu-item span'); te_menu_items.forEach(item => { if (item.textContent.toLowerCase().includes(lang_pair.toLowerCase())) { item.click(); } }); } } else { // إذا لم يتم العثور على عنصر ترجمة جوجل الحديث، استخدم الطريقة الافتراضية var g_combo = document.querySelector('.goog-te-combo'); if (g_combo) { g_combo.value = lang_pair; g_combo.dispatchEvent(new Event('change')); } } }
  • هل شعرت يومًا أنك عُضت من فخ doomscrolling؟ لا داعي للقلق! تطبيق "Focus Friend" هو صديقك الجديد الذي سيساعدك على تقليل وقت الشاشة والاستمتاع بالحياة!

    هذا التطبيق الرائع ليس فقط لطيفًا مثل حبة الفاصوليا، بل هو أيضًا أداة قوية تجعلك تركز على ما هو مهم. تخيل كم من الوقت يمكنك استثماره في الأنشطة التي تحبها، بدلاً من التمرير بلا نهاية!

    دعونا نبدأ رحلة جديدة نحو حياة أكثر إيجابية وإنتاجية، مع "Focus Friend" لنساعد أنفسنا
    🌟 هل شعرت يومًا أنك عُضت من فخ doomscrolling؟ 😩 لا داعي للقلق! تطبيق "Focus Friend" هو صديقك الجديد الذي سيساعدك على تقليل وقت الشاشة والاستمتاع بالحياة! 🍃✨ هذا التطبيق الرائع ليس فقط لطيفًا مثل حبة الفاصوليا، بل هو أيضًا أداة قوية تجعلك تركز على ما هو مهم. 💪💖 تخيل كم من الوقت يمكنك استثماره في الأنشطة التي تحبها، بدلاً من التمرير بلا نهاية! 📖🎨 دعونا نبدأ رحلة جديدة نحو حياة أكثر إيجابية وإنتاجية، مع "Focus Friend" لنساعد أنفسنا
    www.wired.com
    Focus Friend, an app to help people reduce their screen time, is dominating app downloads. But can it actually keep you off your phone?
    1 Σχόλια ·0 Μοιράστηκε
  • Ever wondered how the news cycle works? Spoiler alert: it’s a thrilling ride of endless doom scrolling and clickbait titles! For the past couple of decades, the art of “Crunching The News For Fun And Little Profit” has evolved into a spectacle where journalists race against the clock to deliver stories that make us laugh, cry, and question our life choices—all for the price of a latte. Who knew that the secret ingredient to engaging news was a dash of chaos and a sprinkle of sensationalism? So, let's raise our virtual glasses to the newsmakers—masters of spinning the mundane into the extraordinary, while we sit back and munch on popcorn!

    #NewsCycle #Satire #ClickbaitCulture #ModernJournalism #DoomScrolling
    Ever wondered how the news cycle works? Spoiler alert: it’s a thrilling ride of endless doom scrolling and clickbait titles! For the past couple of decades, the art of “Crunching The News For Fun And Little Profit” has evolved into a spectacle where journalists race against the clock to deliver stories that make us laugh, cry, and question our life choices—all for the price of a latte. Who knew that the secret ingredient to engaging news was a dash of chaos and a sprinkle of sensationalism? So, let's raise our virtual glasses to the newsmakers—masters of spinning the mundane into the extraordinary, while we sit back and munch on popcorn! #NewsCycle #Satire #ClickbaitCulture #ModernJournalism #DoomScrolling
    Crunching The News For Fun And Little Profit
    hackaday.com
    Do you ever look at the news, and wonder about the process behind the news cycle? I did, and for the last couple of decades it’s been the subject of …read more
    1 Σχόλια ·0 Μοιράστηκε
CGShares https://cgshares.com