Last Received
nomail Fri, 04 Sep 2026 23:30
theoriginalunderground Fri, 04 Sep 2026 23:08
bhg Fri, 04 Sep 2026 21:05
simplyrecipies Fri, 04 Sep 2026 21:02
microblitz Fri, 04 Sep 2026 20:13
cnn Fri, 04 Sep 2026 20:04
theepochtimes Fri, 04 Sep 2026 18:59
theverge Fri, 04 Sep 2026 17:13
fpaworkshop Fri, 04 Sep 2026 16:01
anna Fri, 04 Sep 2026 15:26
Newest Addresses
antonio.reyes Wed, 02 Sep 2026 01:05
earlybirdbooks Tue, 01 Sep 2026 20:14
liamon4sx4 Sun, 30 Aug 2026 21:44
liamonyx4g Sun, 30 Aug 2026 14:07
liamont1bs Sat, 29 Aug 2026 12:57
liamon32q8 Fri, 28 Aug 2026 18:25
ibeamaka Mon, 10 Aug 2026 13:24
khenderson Mon, 10 Aug 2026 07:10
supportsolflare-gb Fri, 07 Aug 2026 13:47
support-aviva Fri, 31 Jul 2026 16:52
Last Read
jonbobby Fri, 04 Sep 2026 23:47
eva.k Fri, 04 Sep 2026 23:47
aircraftvibes Fri, 04 Sep 2026 23:46
cnn Fri, 04 Sep 2026 23:46
netprivacy Fri, 04 Sep 2026 23:44
moc.liamon Fri, 04 Sep 2026 23:44
liamont Fri, 04 Sep 2026 23:42
anna Fri, 04 Sep 2026 23:42
theepochtimes Fri, 04 Sep 2026 23:41
1440dailydigest Fri, 04 Sep 2026 23:40
Most Received
ail 129505
gp6 110882
jonbobby 85117
gp6dd 84481
bobby 64066
cb322c5 57071
vanchina2 56301
liamont 53729
funnyordie 52250
RSS Feed

Available Messages

The following is a list of recent messages for jonbobby. Select one to see the content. Messages are removed frequently. Check early. Check often.

Selected Message

From: "Dr. Gupta Reports" <support@...
To: [email protected]
Date: Sun, 16 Aug 2026 15:19:05 GMT
Subject: Cogniflo Brain Health is the clinical supplement that restores cognitive function

HTML Content

HTML Source

                                    �<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width�vice-width, initial-scale=1.0">
    <title>BREAKING NEWS: Medical Insider Exposes Truth Behind American Memory Loss</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #f6f6f6;
            -webkit-font-smoothing: antialiased;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-bottom: 3px solid #EC1C2E;
        }

        .content-padding {
            padding: 20px 25px;
        }

        /* HEADER & LOGO */
        .header {
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

        .cnn-logo {
            width: 60px;
            display: block;
        }

        /* KICKER (The Red Text) */
        .kicker {
            font-size: 13px;
            font-weight: bold;
            color: #EC1C2E;
            text-transform: uppercase;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        .kicker span {
            color: #666666;
            margin-left: 5px;
        }

        /* HEADLINE */
        .headline {
            font-size: 32px;
            font-weight: 800;
            color: #111111;
            margin: 0 0 15px 0;
            line-height: 1.15;
            letter-spacing: -0.5px;
        }

        /* BYLINE */
        .byline {
            font-size: 14px;
            color: #666666;
            margin-bottom: 20px;
        }

        .byline strong {
            color: #333;
            font-weight: bold;
        }

        .timestamp {
            color: #888888;
            font-size: 12px;
            display: block;
            margin-top: 3px;
        }

        /* VIDEO CONTAINER */
        .hero-wrapper {
            position: relative;
            margin-bottom: 25px;
            background-color: #000;
            overflow: hidden;
            cursor: pointer;
        }

        .hero-image {
            width: 100%;
            height: auto;
            display: block;
            opacity: 0.85;
        }

        /* FAKE PLAY BUTTON OVERLAY */
        .play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 65px;
            height: 65px;
            background-color: rgba(236, 28, 46, 0.9);
            border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 22px solid white;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            margin-left: 6px;
        }

        .video-label {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: #EC1C2E;
            color: white;
            padding: 5px 10px;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .live-dot {
            width: 8px;
            height: 8px;
            background-color: #ffffff;
            border-radius: 50%;
            display: inline-block;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0.3;
            }

            100% {
                opacity: 1;
            }
        }

        /* BODY TEXT */
        .body-text {
            font-size: 18px;
            color: #222222;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* CTA BUTTON */
        .btn-container {
            margin: 15px 0;
            padding: 10px 0;
            text-align: center;
        }

        .btn {
            background-color: #EC1C2E;
            color: #ffffff;
            padding: 18px 32px;
            text-decoration: none;
            font-size: 20px;
            font-weight: bold;
            border-radius: 3px;
            display: inline-block;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: background-color 0.2s;
        }

        .btn:hover {
            background-color: #BD1625;
        }

        /* FOOTER */
        .footer {
            background-color: #f6f6f6;
            padding: 20px;
            text-align: center;
            font-size: 11px;
            color: #666;
            border-top: 1px solid #e6e6e6;
            line-height: 1.5;
        }

        .footer a {
            color: #444;
            text-decoration: underline;
        }
    </style>
</head>

<body>

    <div class="container">

        <div class="content-padding">
            <!-- LOGO AREA -->
            <div class="header">
                <img src="https://1000logos.net/wp-content/uploads/2016/11/Shape-CNN-Logo.png" alt="Cogniflo Brain Health" class="cnn-logo">
            </div>

            <!-- KICKER & HEADLINE -->
            <div class="kicker">COGNITIVE HEALTH ALERT <span>LIVE SPECIAL INVESTIGATION</span></div>
            <h1 class="headline">Brain Health Expert Dr. Gupta Reveals "Evil Protein" Destroying Synapses of 175 Million
                Americans</h1>

            <!-- BYLINE -->
            <div class="byline">
                By <strong>Health Watchdesk Correspondent</strong>
                <span class="timestamp">Updated: August 2026</span>
            </div>

            <!-- HERO IMAGE WITH PLAY BUTTON -->
            <div class="hero-wrapper">
                <a href="https://storage.googleapis.com/sabhcogni/ls" style="text-decoration:none;">
                    <img src="https://www.mcmasteroptimalaging.org/images/default-source/blog-post-images/brain-healthf6b2aa54-5b41-4e9b-985e-eccf6e058b46.tmb-blogpost.jpg?Culture=en&sfvrsns8310d6_3" alt="Cogniflo Brain Health" class="hero-image">

                    <!-- CSS Play Button -->
                    <div class="play-overlay">
                        <div class="play-triangle"></div>
                    </div>

                    <div class="video-label">
                        <span class="live-dot"></span> LIVE: Dr. Gupta's Video May Be Removed Soon
                    </div>
                </a>
            </div>

            <!-- CONTENT -->
            <p class="body-text">A shocking investigative report has sent massive ripples through the medical community
                after a renowned neuro-specialist, Dr. Gupta, went live to expose the real culprit behind rapid memory
                loss. His research highlights a toxic "Evil Protein" that accumulates inside the brain, silently
                attacking neural synapses and causing severe cognitive decline in over 175 million Americans.</p>

            <p class="body-text">For decades, pharmaceutical corporations have directed patients toward expensive
                treatments that only mask these symptoms. However, Dr. Gupta's research reveals that the root cause of
                this mental fog is an build-up of parasitic toxins. His famous "honey trick"a simple, two-ingredient
                morning protocolaims to naturally block this toxic protein and stimulate Nerve Growth Factor (NGF) to
                repair shrinking brain tissue.</p>

            <p class="body-text">To make this groundbreaking memory-repair protocol available to the public without
                requiring complex kitchen recipes, researchers have developed **Cogniflo Brain Health**. This
                high-potency clinical supplement delivers the exact active botanicals and cellular activators needed to
                completely revitalize neural synapses, restoring laser-sharp focus and eliminating memory lapses.</p>

            <p class="body-text">Mainstream medical networks are already attempting to serve legal injunctions to take
                this video offline in order to protect their multi-billion dollar profits. We urge you to click below
                and watch Dr. Gupta's uncensored presentation before it is permanently deleted from the internet.</p>

            <!-- CTA -->
            <div class="btn-container">
                <a href="https://storage.googleapis.com/sabhcogni/ls" class="btn">WATCH Dr. GUPTA'S FULL PRESENTATION NOW</a>
            </div>

        </div>

        <!-- FOOTER -->
        <div class="footer">
            Copyright � 2026 Special Investigation News. All rights reserved. <br>
            <br>
            <a href="https://storage.googleapis.com/sabhcogniunsb/ls">Manage your preferences or unsubscribe here</a> | <a href="https://storage.googleapis.com/sabhcogni/ls">Privacy
                Policy</a>
        </div>
    </div>

</body>

</html>


                                

Warning

Almost all the messages that arrive here are garbage! Resist the urge to click on any unexpected or questionable links.

It may happen that e-mail will claim to come from liamon.com, perhaps from some administrative role or process. There are no users with liamon.com addresses that should be sending anyone e-mail. There are no accounts to expire. There are no passwords to leak. These are certainly garbage messages. These are certainly phishing attempts in some messages.

Absolutely ignore those links!