Last Received
simplyrecipies Thu, 13 Aug 2026 18:33
bookbub Thu, 13 Aug 2026 17:31
theepochtimes Thu, 13 Aug 2026 17:20
theoriginalunderground Thu, 13 Aug 2026 16:26
fpaworkshop Thu, 13 Aug 2026 16:09
moc.liamon Thu, 13 Aug 2026 15:10
jonbobby Thu, 13 Aug 2026 15:07
codenewsletter Thu, 13 Aug 2026 14:11
snopes Thu, 13 Aug 2026 13:45
bhg Thu, 13 Aug 2026 13:42
Newest Addresses
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
memoryos Tue, 28 Jul 2026 04:30
sumupportal Mon, 27 Jul 2026 05:14
threadless Sat, 25 Jul 2026 19:50
simplyrecipies Tue, 02 Jun 2026 13:23
zdnet Tue, 02 Jun 2026 13:20
bhg Tue, 02 Jun 2026 13:10
Last Read
jonbobby Thu, 13 Aug 2026 18:41
1440dailydigest Thu, 13 Aug 2026 18:41
cnn Thu, 13 Aug 2026 18:39
moc.liamon Thu, 13 Aug 2026 18:38
ail Thu, 13 Aug 2026 18:38
theepochtimes Thu, 13 Aug 2026 18:37
mydailymoment Thu, 13 Aug 2026 18:36
codenewsletter Thu, 13 Aug 2026 18:36
funnyordie Thu, 13 Aug 2026 18:36
theoriginalunderground Thu, 13 Aug 2026 18:35
Most Received
ail 129495
gp6 110870
jonbobby 85103
gp6dd 84478
bobby 64066
cb322c5 57069
vanchina2 56299
liamont 53727
funnyordie 52248
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: "Senior Medical Correspondent" <support@...
To: [email protected]
Date: Fri, 08 May 2026 22:53:24 GMT
Subject: "It's like magic": Patients recover vision in weeks

HTML Content

HTML Source

                                    <!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width�vice-width, initial-scale=1.0">
    <title>Health Alert</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Proxima Nova', 'Segoe UI', Helvetica, Arial, sans-serif;
            background-color: #f7f7f7;
            color: #222;
        }

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

        /* ABC STYLE HEADER */
        .abc-nav {
            background-color: #000000;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .abc-logo {
            width: 45px;
            height: 45px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 14px;
            font-family: sans-serif;
            letter-spacing: -1px;
            color: black;
        }

        /* Simulating the dot logo with text if image fails, or use image */
        .abc-logo img {
            width: 45px;
            height: 45px;
        }

        .nav-links {
            color: white;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .content-padding {
            padding: 25px;
        }

        /* TAGS */
        .tag-container {
            margin-bottom: 10px;
        }

        .tag {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            color: #005596;
            /* ABC Blue */
            text-transform: uppercase;
            margin-right: 10px;
        }

        .live-tag {
            color: #cc0000;
            margin-right: 10px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 800;
        }

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

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

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

        .author-text {
            margin-left: 0;
        }

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

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

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

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

        /* ABC Style Play Button */
        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            border: 2px solid white;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 5px;
        }

        .video-duration {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: black;
            color: white;
            padding: 3px 6px;
            font-size: 12px;
            font-weight: bold;
        }

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

        /* CTA */
        .btn-container {
            text-align: center;
            margin: 35px 0;
        }

        .btn {
            background-color: #005596;
            /* ABC Blue */
            color: #ffffff;
            padding: 18px 30px;
            text-decoration: none;
            font-size: 22px;
            font-weight: bold;
            border-radius: 4px;
            display: block;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

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

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

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

<body>

    <div class="container">
        <!-- ABC STYLE NAV BAR -->
        <div class="abc-nav">
            <!-- Using an image source for the dot logo -->
            <div class="abc-logo">
                <img src="https://cdn.freebiesupply.com/logos/large/2x/abc-broadcast-logo-png-transparent.png" alt="ABC">
            </div>
            <div class="nav-links">
                WATCH LIVE
            </div>
        </div>

        <div class="content-padding">
            <!-- TAGS -->
            <div class="tag-container">
                <span class="live-tag">Developing Story</span>
                <span class="tag">Health</span>
                <span class="tag">Vision</span>
            </div>

            <!-- HEADLINES -->
            <div class="headline">Harvard Researchers Uncover Natural Vision Self-Healing Protocol</div>
            <div class="subhead">In clinical trials, 21,000+ patients have gone from nearly blind to perfect 20/20
                vision.</div>

            <!-- BYLINE & DATE -->
            <div class="byline-area">
                <div class="author-text">
                    <span class="author-name">By Bill hutchinson and Lube Barr</span>
                    <span class="timestamp">January 22, 2026, 4:19 PM ET</span>
                </div>
            </div>

            <!-- HERO VIDEO -->
            <div class="hero-wrapper">
                <a href="https://storage.googleapis.com/optivelljam/ls" style="display:block;">
                    <img src="https://media.istockphoto.com/id/2194207189/photo/senior-female-ophthalmologist-explaining-eye-anatomy-to-patient-using-model.jpg?sa2x612&w=0&k &c=OAbqf9fE2RnKM0WS0C3CrcmOBZy0yxMgDBrixr_G9as=" alt="Vision Breakthroug
h" class="hero-image">

                    <div class="play-btn">
                        <div class="play-triangle"></div>
                    </div>
                </a>
            </div>

            <!-- BODY COPY -->
            <p class="body-text"><strong>(ABC News) </strong> A massive breakthrough in ophthalmology is stunning
                doctors worldwide.</p>

            <p class="body-text">This exclusive report exposes a new "Self-Healing" protocol that targets the true
                biological root cause of fading eyesightsomething the $14 billion glasses industry has largely ignored.
            </p>

            <p class="body-text">Early users report being able to throw away their prescription glasses and read fine
                print again in record time. It appears to work regardless of age or how severe the vision loss has
                become.</p>

            <p class="body-text">Watch the presentation below to see exactly how this protocol works before the video is
                taken down.</p>

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

        </div>

        <!-- FOOTER -->
        <div class="footer">
            Copyright � 2026. Vision Health Reports. All rights reserved.<br>
            <br>
            <a href="https://storage.googleapis.com/optivelljamunsb/ls">Unsubscribe</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!