”
], { 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);
});
});
})();
“I am in my home office working on a Saturday night,” Stone said, “and I just signed, sealed, and this Tuesday, I’m going to deliver because we all know it’s the first ever Mr. NXT Beauty Pageant between Shiloh Hill and Tristan Angels, and I had to get the perfect judges to call this thing right down the middle. Judge No. 1, Evolve Champion Aaron Rourke. Judge No. 2, from SmackDown, Kit Wilson, and Judge No. 3, I had to think outside the box on this one. One of my favorite comedians, Matt Matthews, is gonna be in the house. It all goes down live on The CW this Tuesday. Do not miss it!”
This marks the return of Wilson to NXT after more than three years. He had been there last as part of Pretty Deadly teaming up with Elton Prince. At NXT Spring Breakin’ on April 25, 2023, Pretty Deadly was defeated by The Family, Tony D’Angelo, and Stacks. It marked Wilson’s last official matchup in the developmental brand.
Kit Wilson states what he will be judging in the WWE NXT Beauty Pageant
Kit Wilson has gained popularity with a renewed gimmick of his. His theme song went viral and brought a new aspect out of him. Now in kayfabe, Wilson criticizes people for being toxic and tries to teach them a lesson. However, he is now given a new role for one night on WWE NXT.
Wilson quote-tweeted Robert Stone’s post about the upcoming NXT Beauty Pageant and wrote:
“I’m also judging for vibes, emotional intelligence and toxic levels. Good luck Boys!”
Kit Wilson will be judging the NXT Beauty Pageant on Tuesday, for which he has sent a message. Along with seeing the titular beauty, Wilson also promises to look for vibes, emotional intelligence, and a keen eye on who’s toxic.
`;
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-breaking-wwe-star-set-for-return-after-1139-days-new-nxt-role-officially-confirmed?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













