], { 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);
});
});
})();

Speaking on an interview with The Wrestling Classic, Monroe explained that she was excited to see what she and Triple H could come up with for her entrance. She said:

“I’ve worked with him a little bit, but obviously I haven’t had my official debut just yet. I’m excited for the entrance because I think my entrance is going to change a little bit. I feel like Triple H is very good at the entrances. I’m excited to see what we come up with.”

You can check out her comments below:

youtube-cover

WWE star Blake Monroe believes dating a pro wrestler is not advisable

Despite being a pro wrestler, Blake Monroe has advised people to not date one.

Speaking in an interview with Inside The Ring, the WWE star said that pro wrestlers had too complicated of a life due to their schedules and work. She explained:

“Don’t date wrestlers. That would be my, as a wrestler…. I might. But as a word of advice, don’t date them. I mean, because the reason we wrestlers date each other is because nobody understands our schedule, and our business, you’re on the road a lot. What we do is kinda provocative and you have to sell, kinda almost yourself. A lot of guys would get jealous if their woman was doing that and a lot of women would find it hard. It’s like dating, I guess an athlete, you know… an NBA player or whatever.”

It remains to be seen what Blake Monroe does next in WWE.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.