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

Knight has been with WWE since 2021 and has moved up from NXT to become one of the most over stars on the main roster. During an appearance on INSIGHT with Chris Van Vliet, The Megastar addressed his future in the ring and revealed he thinks about how much longer he can go.

“I’m looking at the clock all the time. The funny thing is, physically I could do this for a long time. I’m really good physically. Mentally, I’m just like, I’m gonna snuggle puppies,” he said.

He was then asked whether he would like to wrestle in his 50s. Knight dismissed the idea, saying he may show up but plans to disappear after his retirement.

“No! f*ck no. Would I like to be able to come in and maybe do an occasional appearance? Yeah, sure, maybe. But I don’t think I’ve been built up to the point where I can do like an Undertaker-type thing or an Austin thing or something like that. So I don’t think that’s in my future either. So it’s pretty much going to be at some point when I decide to call it I’m going to disappear in the sunset, and you’ll just never see me again. I’m not even joking; I’m being dead a** serious,” he added.


LA Knight concerned over The Bloodline reunion on WWE RAW

This week on RAW, Jacob Fatu was forced to acknowledge Roman Reigns and join The Bloodline alongside The Usos after losing to the OTC1 at WWE Clash in Italy.

With Fatu falling in line, the faction seems to be reunited, but LA Knight isn’t happy. During the show, he confronted RAW GM Adam Pearce and accused him of favoring The Bloodline.

Knight said that Pearce spends a lot of time visiting Reigns and even took a jibe that he is becoming an honorary member of The Bloodline. The Megastar also threatened to bring him out of retirement just to send him back into it.

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-i-m-dead-a-serious-popular-wwe-star-reveals-retirement-plans?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