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

Just hours after taking on this new role, Robert Stone took to social media to post a clip of himself thanking Shawn Michaels for the opportunity. He also promised to make NXT can’t miss TV and urged the fans to tag some names of independent wrestlers who would be suited for WWE’s ID program or Evolve.

“Every Tuesday I promise it’s going to be can’t miss TV. But who’s out there on the independent scene. We have the WWE ID program. We have Evolve. Who should be ID’d next? Who needs to go to Evolve? Let me know. Tag their names so I can start scouting early. I’m already thinking ahead. Props. Thank you everyone for the messages, the texts, the emails. I will see you Tuesday on the CW.”

Check out his tweet here:


Stevie Richards criticized Ava’s on screen character

Ava was an in-ring competitor during her initial days in NXT. However, her lackluster in-ring and promo skills failed to get her over with the fans. Hence, she transitioned into being the GM of the black and silver brand. However, fans still criticized her onscreen character for being bland.

Speaking on The Stevie Richards Show, the former WWE star said her character was vanilla and he can’t remember anything memorable from her time with the Stamford-based promotion.

“It was a pretty vanilla character. Did she really do anything? Anytime I tuned in NXT and it wasn’t very often and she was there. The only time I think that she grabbed any kind of attention in the backstage pretape which was I think Gorilla position was Ethan Page and she was there with her dad. That was about the only memorable type thing right there that I could recall,” he said.

It remains to be seen what’s next for Ava in her career.

If you use the quote from the first half of the article, then link back to the source with an H/T to Sportskeeda Wrestling.

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-ava-s-wwe-replacement-makes-special-request-fans?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