], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();

Now, a fan-made video has been going viral. While Liv Morgan was walking down the ramp for her entrance, a fan in the front row grabbed The Miracle Kid’s hand. She quickly freed herself and looked upset, but did not let the incident ruin her segment.

Check out the video below.


Liv Morgan wants newly signed WWE star away from her

In an interview with Brad Gilmore, The Miracle Kid discussed the newest signing in the Stamford-based promotion. Danhausen has been making waves ever since he arrived in WWE at Elimination Chamber 2026.

The former Women’s World Champion said that after Danhausen cursed Dominik Mysterio, she wanted him to stay away from her and The Judgment Day.

“You know, Danhausen could have come in to WWE, and I would have been happy for him. Wow, what an opportunity. But right away, he wants to curse Daddy Dom and cause all this friction and trouble and chaos and paranoia. So I want him away from me. I want him away from the Judgment Day. I want him 1,000 feet away from the Clubhouse at all times. I have no interest in that man, and I hope he never approaches me. I hope he never comes up to me. I hope he never tries to look me in the eye. I hope he stays away from Daddy Dom, and that’s really it,” Morgan said.

It will be interesting to see what plans Triple H and his WWE creative team have in store for Morgan in the coming weeks as WrestleMania 42 approaches.