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

28-year-old British star Rain was also one of the names who made their debut on NXT. She competed in a match against Nikkita Lyons and emerged victorious. Rain’s journey to the Stamford-based promotion has come after stints on the European independent circuit.

Her signing was reported a couple of months ago after impressing in the company’s tryouts at SummerSlam last year. Speaking on Busted Open After Dark, Lizzy Rain talked about the feeling of finally getting to WWE. She said this was something she thought was not possible when she was growing up, especially since she was from England.

“You know when you’re a kid, and you ask your mum, ‘Mum, I want to be an astronaut. That’s what it was like: ‘Mum, I want to be a wrestler.’ And they’re like, ‘Yeah, sweetheart, try another thing.’ It just feels so far-fetched, especially being from the UK; it just felt like such a far-fetched journey. Like, why would I ever get to the WWE? I’m from London; I’m not in America,” she said.

Rain mentioned that it also felt difficult after she started her pro wrestling journey. She said she didn’t start wrestling at an early age and began competing when she was 23 years old. Reflecting on her debut, she said she was overwhelmed by the experience.

“I’m on top of the world. I don’t think I have any words. I do have words because I’m obviously speaking, but I’m overwhelmed. To be on WWE TV, it just absolutely blows my mind. I just thought I’d never get there, hands on heart, I thought I’d never get there,” she added.


Lizzy Rain brought heavy metal energy on WWE debut

Right from her entrance, Lizzy Rain brought a heavy metal energy to the NXT arena. Her entrance music and outfit both left the fans impressed, and she backed it up with an exciting in-ring performance.

Her entrance theme is a throwback to heavy metal, while her outfit also holds special meaning. Ahead of her debut she mentioned that the jacket she wears during her entrance belongs to her late uncle Clive Burr, the former Iron Maiden drummer.

She said she wears it with pride and honor every time in his memory.


If you use quotes from this article, please credit Busted Open After Dark and give an H/T to Sportskeeda Wrestling for the transcription.

Why did you not like this content?


`;
if (index == 3 && isOpera) {
storyHTML += `

`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `

`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-mum-i-want-be-wrestler-sweetheart-try-another-thing-wwe-s-latest-sensation-can-t-believe-she-made-it?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `

`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();

Fetching more content…







Read the full article here

Leave A Reply

Exit mobile version