”
], { 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);
});
});
})();
After years on the UK independent scene, Rain finally arrived on the big scene and beat Nikkita Lyons on her debut. Rain is portraying a character inspired by heavy metal, with her entrance and attire adding to that persona. However, independent wrestler Phil Noir has claimed that WWE stole his gimmick and handed it to Rain.
In a post on X, Noir said he had the heavy metal kid gimmick years ago and accused the “Fed” of stealing the idea.
“GIMMICK INFRINGMENT. The Fed thought they could steal my gimmick and give it to some broad and get away with it. I was “The Heavy Metal Kid” at Extremly Xtreme Wrestling in Jackcrack, Georgia, from April 03 to May 03. DO YOUR DAMN RESEARCH. Originality is dead,” he wrote.
While it is unclear whether WWE lifted Lizzy Rain’s heavy metal gimmick from Phil Noir’s persona in the 2000s, it is already gaining attention in the wrestling community. It is also important to note that heavy metal has personal roots for Rain.
Her uncle, the late Clive Burr, was a former Iron Maiden drummer. The UK wrestler also wears a jacket that belongs to Burr as part of her entire heavy metal persona.
Lizzy Rain cannot believe she made it to WWE
Lizzy Rain had been talked about in independent wrestling circles before a tryout at SummerSlam last year opened the door to realizing her dream.
Shortly after her NXT debut, Rain talked about the feeling of finally getting to WWE in an interview with Busted Open After Dark. Rain recalled how wrestling was a distant dream for her, and being from the UK, she felt it was improbable to make it to the sports entertainment giant.
She said she is overwhelmed to be a part of the company, as she thought she would never get to be there.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-new-accusation-wwe?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


