The Divorce Prescription
Chapter 800
---- Chapter 800 Ataxi suddenly sped toward Hailey and Aileen, screeching to a stop right beside them. The driver''s side window rolled down, and a deep voice called out, "Get in!" Hailey''s eyes lit up as she quickly opened the back door, saying, "Aileen, get in!" Aileen quickly climbed into the back seat, and Hailey jumped into the passenger seat. "Sir, hurry up!" Hailey urged. The taxi sped off. Ewan and his men quickly gave chase. "Don''t let them get away!" Ewan shouted, but it was toote. The taxi zoomed off into the night. Ewan clenched his fists in anger. "Damn it!
Who the hell is that taxi driver who''s ruining everything? Get me the car keys! "he snapped. "Mr. Ewan, the keys are here!" one of the bodyguards quickly responded. Ewan jumped into his Ferrari, revved the engine, and sped off in pursuit. He was determined to catch Hailey tonight. In the taxi, Hailey nced at the driver and smiled gratefully. ---- "Thank you!" she said. ''As she looked at him more closely, her eyes widened in recognition . The driver was the disfigured man she had met before.
He was dressed in all ck, with a ck cap pulled low over his brow and a ck mask covering most of his face. The only thing visible were his sharp, cold eyes, which sent a chill down Hailey''s spine. They were eerily reminiscent of Den''s. Hailey froze, surprised to encounter him again. Was he really a taxi driver now? Before she could process it further, Ewan''s Ferrari closed the gap and pulled up behind them. Aileen panicked. "Hailey, he''s catching up!" Hailey nced through the rearview mirror and saw that Ewan''s Ferrari was right on their tail. "Sir, please speed up!
Lose that car!" Hailey pleaded. The driver gave a brief nce in the rearview mirror before flooring the gas pedal. As the taxi sped up, Ewan gritted his teeth and elerated as well. The taxi was no match for the Ferrari, especially with Ewan''s skilled driving. It didn''t take long before he caught up, pulling alongside the taxi. Ewan rolled down his window and shouted smugly, "Pull over! Don''t you know who I am? How dare you take my ---- ''woman away?" Hailey feared the taxi might actually stop, so she quickly urged, "Don''t stop!
I can pay you more!" The driver''s expression remained impassive as he coolly replied, "Hold on tight." He floored the gas pedal, speeding up. Ewan''s eyes narrowed with fury. He jerked the wheel and tried to ram the taxi off course. However, the driver wasn''t fazed. Instead, he elerated, and with a spark of metal scraping against the guardrail, the taxi expertly skidded away. Hailey, sitting in the front passenger seat, was thrown forward by the sudden eleration. Hailey gasped, tumbling into him. Her face ended up pressed against his leg.
She tried to push herself up, but Ewan''s car was closing in again. The two cars were now ina high-speed race. Hailey was thrown back into the seat again. This time, her face pressed against a ce that felt oddly warm, and it sent a strange, unfamiliar sensation through her.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;
}
/stylescript
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);