---- Chapter 832 Jonah sneered. "Ms. Hailey, you really are something . Do it with me once, and we''re even." Hailey was about to lose it. She didn''t understand him. He had a girlfriend, so why was he still resting her like this? She didn''t want this. "Jonah, no! I said no, do you hear me? Let go! You''re hurting me... It hurts..." She kept crying out in pain, and it made Jonah''s chest tighten. He leaned down and kissed her. "Don''t scream." Hailey''s small hands wed at his arms, scratching bloody lines through his suit. Jonah buried his face in her neck. Everything in the darkness was a mess.
He breathed in her soft, sweet scent greedily, kissing her earlobe. "No one''s touched you before... It still feels like the first time..." Just like the first time, it was killing him. Hailey didn''t dare move, for every move hurt. She clenched her fists and beat at him. "Get off! Get off! Jonah, what gives you the right to treat me like this?" Jonah''s voice was hoarse beyond recognition. Ever since they parted ways at the private club, he had been thinking about her nonstop. It was so much so that he couldn''t sleep at night. ---- He had his secretary look into her.<fnb214> The source of th?s content is Find_Novel(.</fnb214>
When he found out that she was eating at this restaurant, he followed her. Yet, he saw herughing and chatting with Lester on a date. Every night, he was drowning in thoughts of her, dealing with it all by himself. And there she was, with another man. He couldn''t hold it in anymore. Why was it okay for other men but not for him? He wanted her. He wanted her so badly that it drove him mad. Jonahy on top of her, his Adam''s apple bobbing. "Are you going back to Lester ? What did you send him on WhatsApp just now? Was he making youugh?
You were smiling so widely." Hailey replied, "I didn''t! I didn''t send him anything on WhatsApp." "Little liar!" he growled. He started to pull back. However, she wrapped her arms around his neck, holding him in ce. "Jonah, it hurts. It really hurts..." Just then, Hailey''s phone, which had fallen on the bed, chimed with a WhatsApp message. Jonah snapped. "It''s from Lester!" She shook her head. "I told you, I didn''t message Lester. I was texting Aileen." Jonah looked up at her glowing screen. The WhatsApp ---- notification really was from Aileen. Aileen sent, "Love you, Hailey." He froze.
Hailey looked at him. "I came here today to eat with my mom. We only ran into Lester after we got here. We grew up in the same circle, so I chatted with him a bit. Then you showed up. That''s it. If there''s anything else you want to know, I''ll tell you everything." So, it wasn''t what he thought. He had gotten it all wrong. Jonah muttered, "I''m sorry, I..." Hailey shoved him. "Get out! Let me go!" He lowered his head and kissed her red lips. Her exnation didn''t douse the fire in his eyes. It only made it burn hotter. He leaned down and kissed her again. "Ms. Hailey, give yourself to me.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);