Last Received
geeksoutfit Sat, 06 Jun 2026 18:09
simplyrecipies Sat, 06 Jun 2026 18:05
bhg Sat, 06 Jun 2026 17:11
zdnet Sat, 06 Jun 2026 16:00
fpaworkshop Sat, 06 Jun 2026 15:58
bookbub Sat, 06 Jun 2026 14:13
cb322c5 Sat, 06 Jun 2026 13:46
mydailymoment Sat, 06 Jun 2026 13:34
gp6 Sat, 06 Jun 2026 13:34
da2e3305 Sat, 06 Jun 2026 13:33
Newest Addresses
simplyrecipies Tue, 02 Jun 2026 13:23
zdnet Tue, 02 Jun 2026 13:20
bhg Tue, 02 Jun 2026 13:10
kirbiecravings Sun, 31 May 2026 22:03
whitehouse Fri, 29 May 2026 19:46
e-certa Fri, 29 May 2026 15:09
chenfei Thu, 21 May 2026 12:02
mykajabi Mon, 18 May 2026 03:40
kuokuoam Sat, 16 May 2026 16:18
contabilidad Wed, 13 May 2026 22:05
Last Read
jonbobby Sat, 06 Jun 2026 18:42
nbobby Sat, 06 Jun 2026 18:39
gp6 Sat, 06 Jun 2026 18:38
bookbub Sat, 06 Jun 2026 18:37
dingodavesubstack Sat, 06 Jun 2026 18:34
cb322c5 Sat, 06 Jun 2026 18:28
snopes Sat, 06 Jun 2026 18:27
theverge Sat, 06 Jun 2026 18:27
cnn Sat, 06 Jun 2026 18:26
bhg Sat, 06 Jun 2026 18:25
Most Received
ail 129491
gp6 110848
jonbobby 85099
gp6dd 84476
bobby 64066
cb322c5 57053
vanchina2 56282
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: "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!