”
], { 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);
});
});
})();
Speaking on an appearance on the No-Contest Wrestling Podcast, Booker T claimed that he was better suited to NXT considering he was heavily filtered during his time on the main roster’s commentary team. He said:
“For me, I know what my job is. I wouldn’t necessarily say I wasn’t that good at it, but I didn’t get a chance to be myself when I was on Raw and SmackDown. I was filtered, they wanted me to act like a real commentator. I’m not like a real commentator, I’m just going to go out and analyze the thing. I’m not a heel, I’m not a babyface or anything like that, I’m just gonna go out and add color.”
You can check out his comments below:
Booker T has some advice for a WWE star
Nikkita Lyons is one of WWE’s brightest prospects, according to Booker T. However, she needs to be able to manage her talents better.
Speaking on a video posted by WWE, Booker T adviced Nikkita Lyons by saying:
“Nikkita has perhaps, you know, more talent than any woman in that locker room. She really does. But you know, she’s got that showbiz mentality. She wants to sing, she wants to dance, she wants to flirt. And there’s a time for all of that, but the timing has to be right,” he said.
He further added:
“I don’t know, I guess, a certain part of your character makes my eye roam this way when I should be looking this way, and it’s because of your s*x appeal, all right? You gotta be able to dial it back, all right? You gotta be able to dial it back for me. All right? I don’t want you to lose it. I don’t want you to lose it at all,” he added.
It remains to be seen how Nikkita Lyons progresses in WWE down the line.
If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.
`;
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-i-filtered-booker-t-discloses-details-time-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













