”
], { 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);
});
});
})();
Following her debut, WWE NXT on-screen manager Robert Stone took to social media to appreciate her, claiming that she is proving to be a fantastic addition to the team.
“Although she’s new to WWE, her passion for the product is obvious, and she’s adapted incredibly fast…especially after her interview with Keanu Carver last night. Coming over from Sportsnet, she’s already proving to be a fantastic addition to the announce team,” wrote Robert Stone.
To this, Emily Agard responded by thanking the GM.
“Thank you, GM 🫡,” responded Agard.
Keanu Carver expressed his frustration with WWE to Emily Agard
The new NXT hire’s first task was interviewing Keanu Carver. Carver initially did not want to speak, but as mentioned above, he did speak once the camera was pointed away.
When Agard told him that interviewing him was her first task, the NXT star expressed his frustration with WWE. He claimed that the Stamford-based promotion intentionally puts people in difficult positions.
“See, this is exactly what they do. They put you in situations you don’t want to be in, and they have you talk about stuff you don’t want to talk about. Like, who the hell is that, and why are you here? I don’t know you. I don’t know him. Like, what are y’all doing here? How many times I got to tell y’all, bro? I’m not talking in front of no cameras,” he said.
He further revealed to Emily Agard about his conversation with Shawn Michaels, in which he had warned him about leaving WWE NXT.
“You know what I told Shawn Michaels? I told him to his face, give me a chance or cut me, I’m out. Yeah, I said that, straight up. Well- Cuz I told, look, if wrestling don’t work, I gotta find something that will. If this not feeding my family, I gotta find something that will work out,” Carver said.
The interview has been a hit with WWE NXT fans, who are now invested in what Keanu Carver will do in the future.
`;
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-emily-agard-breaks-silence-wwe-debut?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













