”
], { 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);
});
});
})();
LA Knight took to social media today to send a warning to IShowSpeed and vowed to get revenge following the attack on RAW. He shared an image of himself swinging a steel chair, and you can check it out in his post below.
“Mistake or not, it’s coming…” he wrote.
Knight hasn’t competed since the Men’s Elimination Chamber match at the PLE last month. Randy Orton won the Men’s Elimination Chamber match and will be challenging Cody Rhodes for the Undisputed Championship at WrestleMania 42. Cody Rhodes appeared on last night’s episode of RAW and was slapped in the face by Stephanie McMahon.
WWE legend John Cena praises IShowSpeed
John Cena recently spoke highly about IShowSpeed but noted that he should stick to streaming.
Speaking on The Joe Rogan Podcast, the Cenation Leader praised the popular star and suggested that he should not try to be a full-time wrestler. The WWE legend said he could see his wrestling potential but claimed he should still focus on his streaming career.
“So I see this and be like, this kid should be a wrestler. Because he is athletic, and he can talk sh*t, and back it up. My god, this kid, he would be a 20-time champion whatever. But no, he should do this (livestreaming). You see the sprinting potential, I see the wrestling potential, he should do neither. He should just do that (referring to the sprinting clip), and just keep crushing.”
It will be interesting to see what WWE has planned for the rivalry between Knight and IShowSpeed.
`;
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-major-wwe-star-sends-warning-ishowspeed-following-raw-attack?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













