... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
30129 مقال 232 مصدر نشط 38 قناة مباشرة 7531 خبر اليوم
آخر تحديث: منذ 0 ثانية

هشام جيراندو: مسلسل “الخيال اللامحدود”، حين تتحول عيادة طب الأسنان إلى فرع سري للإستخبارات!!

العالم
جريدة عبّر
2026/03/26 - 20:27 501 مشاهدة

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

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

والأدهى من ذالك أن جيراندو بعقله الذي سبق زمنه بقرن، يوحي بأن كل ألم في الأسنان ليس سببه التسوس، بل خلل تقني في جهاز التجسس!!!.

وفي سياق هذه الملحمة يبدو أن العالم كله متورط، أطباء، ممرضون، مساعدون، وحتى تلك الممرضة التي تبتسم لك عند الدخول، ربما هي المسؤولة عن تنشيط “الشريحة” بزر خفي تحت مكتب الإستقبال.

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

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

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 58268; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 58268; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤