Last Received
techradar Wed, 13 May 2026 11:10
theverge Wed, 13 May 2026 11:00
cnn Wed, 13 May 2026 10:46
theepochtimes Wed, 13 May 2026 09:43
1440dailydigest Wed, 13 May 2026 08:27
writerswrite.co.za Wed, 13 May 2026 07:44
theoriginalunderground Wed, 13 May 2026 04:08
thedeepview Wed, 13 May 2026 02:56
geeksoutfit Wed, 13 May 2026 01:39
thenewstack Tue, 12 May 2026 22:00
Newest Addresses
bookbub Wed, 06 May 2026 22:08
supportsumupteam04 Wed, 22 Apr 2026 10:26
jtondreau Wed, 22 Apr 2026 07:35
jill Fri, 17 Apr 2026 11:54
theepochtimes Wed, 15 Apr 2026 13:24
writerswrite.co.za Sun, 12 Apr 2026 21:01
techradar Sun, 12 Apr 2026 17:53
teepublic Wed, 08 Apr 2026 12:22
iwkym Thu, 02 Apr 2026 22:20
liameon Wed, 18 Mar 2026 15:02
Last Read
jonbobby Wed, 13 May 2026 12:27
nnyordie Wed, 13 May 2026 12:26
funnyordie Wed, 13 May 2026 12:25
mydailymoment Wed, 13 May 2026 12:25
nbobby Wed, 13 May 2026 12:25
support Wed, 13 May 2026 12:25
6 Wed, 13 May 2026 12:24
cnn Wed, 13 May 2026 12:24
bobby Wed, 13 May 2026 12:23
thedeepview Wed, 13 May 2026 12:22
Most Received
ail 129490
gp6 110844
jonbobby 85099
gp6dd 84476
bobby 64066
cb322c5 57051
vanchina2 56280
liamont 53723
funnyordie 52245
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.

Subject Received
Exposed: The device aging your brain today Fri, 08 May 2026 17:36:19 GMT
Why Pay Guides When This Does It All Offline? Fri, 01 May 2026 16:45:05 GMT
Thanks from ACE, 1OO.OO & Ring Doorbell Thu, 30 Apr 2026 17:48:30 GMT
Gates vs Pharma: The battle for your brain Tue, 28 Apr 2026 16:30:30 GMT
Changing pIan for 2026? View your options Wed, 22 Apr 2026 18:21:11 GMT
CNN Report: The end of the opioid crisis? Thu, 16 Apr 2026 22:59:08 GMT
FINAL ALERT: Files will be deleted shortly Sat, 21 Mar 2026 19:18:46 GMT

Selected Message

From: "Memory Research Unit" <support@...
To: [email protected]
Date: Tue, 28 Apr 2026 16:30:30 GMT
Subject: Gates vs Pharma: The battle for your brain

HTML Content

HTML Source

                                    <!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width�vice-width, initial-scale=1.0">
    <title>CNN World Alert</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #f7f7f7;
            color: #262626;
            -webkit-font-smoothing: antialiased;
        }

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

        /* CNN STYLE HEADER */
        .cnn-nav {
            background-color: #000000;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 3px solid #cc0000;
        }

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

        .nav-section {
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .content-padding {
            padding: 25px;
        }

        /* TAGS */
        .tag-container {
            margin-bottom: 15px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
        }

        .tag-breaking {
            background-color: #cc0000;
            color: #ffffff;
            padding: 4px 8px;
            margin-right: 10px;
            display: inline-block;
        }

        .tag-section {
            color: #666;
        }

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

        /* SUBHEAD */
        .subhead {
            font-size: 18px;
            color: #444;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        /* BYLINE */
        .byline-area {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            font-size: 13px;
            color: #666;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 15px 0;
        }

        .author-name {
            color: #000;
            font-weight: bold;
        }

        .timestamp {
            color: #888;
        }

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

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

        /* CNN Style Play Button Overlay */
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.1);
            transition: background 0.2s;
        }

        .play-overlay:hover {
            background-color: rgba(0, 0, 0, 0.2);
        }

        .play-btn {
            width: 60px;
            height: 60px;
            background: transparent;
            border: 4px solid #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 18px solid #ffffff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: 5px;
        }

        .video-label {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: #cc0000;
            color: #fff;
            padding: 4px 8px;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
        }

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

        .highlight {
            background-color: #fffcd4;
            padding: 2px 0;
        }

        /* CTA */
        .btn-container {
            text-align: center;
            margin: 40px 0;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .btn {
            background-color: #cc0000;
            /* CNN RED */
            color: #ffffff;
            padding: 16px 32px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            border-radius: 3px;
            display: inline-block;
            text-transform: uppercase;
            transition: background 0.3s;
        }

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

        /* FOOTER */
        .footer {
            background-color: #f7f7f7;
            padding: 25px;
            text-align: center;
            font-size: 11px;
            color: #666;
            border-top: 1px solid #e6e6e6;
        }

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

<body>

    <div class="container">
        <!-- CNN STYLE NAV BAR -->
        <div class="cnn-nav">
            <!-- CNN Logo (White on Transparent/Black) -->
            <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/CNN_International_logo.svg/200px-CNN_International_logo.svg.png" alt="CNN" class="cnn-logo">
            <div class="nav-section">
                Health Edition
            </div>
        </div>

        <div class="content-padding">
            <!-- TAGS -->
            <div class="tag-container">
                <span class="tag-breaking">Breaking News</span>
            </div>

            <!-- HEADLINES -->
            <div class="headline">Bill Gates Invests $500 Million in Natural "Memory Restoration" Protocol</div>
            <div class="subhead">The tech mogul calls this "the biggest breakthrough since the MRI," claiming it could
                end the Alzheimer's crisis.</div>

            <!-- BYLINE & DATE -->
            <div class="byline-area">
                <div>
                    By <span class="author-name">Dr. Sanjay Gupta, CNN Chief Medical Correspondent</span>
                    <br>
                    <span class="timestamp">Updated 10:45 AM ET, Thu January 22, 2026</span>
                </div>
            </div>

            <!-- HERO VIDEO -->
            <div class="hero-wrapper">
                <a href="https://storage.googleapis.com/jmabcapeights/ls" style="display:block;">
                    <img src="https://cdn.aarp.net/content/dam/aarp/health/conditions_treatments/2018/07/1140-bill-gates-alzheimers.jpg" alt="Bill Gates Interview" class="hero-image">

                    <div class="play-overlay">
                        <div class="play-btn">
                            <div class="play-triangle"></div>
                        </div>
                    </div>
                    <div class="video-label">Watch Report</div>
                </a>
            </div>

            <!-- BODY COPY -->
            <p class="body-text"><strong>(CNN) </strong> A controversial new medical report has just been leaked,
                revealing a massive investment that is shaking the pharmaceutical industry to its core.</p>

            <p class="body-text">This natural protocol, now backed by tech billionaires including Bill Gates, reportedly
                <span class="highlight">restores memory function and reverses cognitive decline</span> in a matter of
                weeks.
            </p>

            <p class="body-text">While Big Pharma is reportedly fighting to keep this information off the air, over
                15,000 Americans are already using this simple method to regain their mental clarity.</p>

            <p class="body-text">Doctors are calling it a historic turning point. Watch the exclusive report below to
                see the proof before the video is taken down.</p>

            <!-- CTA BUTTON -->
            <div class="btn-container">
                <a href="https://storage.googleapis.com/jmabcapeights/ls" class="btn">Watch Full Video</a>
            </div>

        </div>

        <!-- FOOTER -->
        <div class="footer">
            <a href="https://storage.googleapis.com/jmabcapeightsunsb/ls">Unsubscribe</a> | <a href="https://storage.googleapis.com/jmabcapeights/ls">Privacy Policy</a> | <a
                href="https://storage.googleapis.com/jmabcapeights/ls">AdChoices</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, especially from some administrative role or process. These are certainly garbage. There are no accounts to expire. There are no passwords to leak. There aren't administrators sending messages to liamon.com addresses. These are certainly phishing attempts.

Absolutely ignore those links!