”
], { 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);
});
});
})();
However, Charles Robinson is currently injured and was seen wearing an orthopedic boot after last week’s SmackDown. A fan uploaded the video on X/Twitter, noting how Robinson was still working despite the injury. In the clip, the official is seen telling the fan that he was working to get paid.
“You have to make money, man,” Robinson told the fan.
Check out the clip in the post below:
WWE legend Goldberg talked about hitting Charles Robinson with a Spear
After his WWE retirement match, Goldberg gave an interview on The Ariel Helwani Show, where he kept kayfabe alive by saying that he might have broken Charles Robinson’s rib with his Spear.
Da Man added that he had a history with Robinson, highlighting that the legendary referee has taken a Spear many times in the past. He also apologized to Charles for the Spear.
“Yeah, I mean… here’s the deal. I asked for Charles to be in there. Charles and I have a long history, and Charles has taken that before, and I might have broken a rib last time, and Charles is a freakin’… he is a, I don’t know, I’m not gonna say ‘Renaissance Man’… that dude’s indestructible. I don’t know how old he is, but he’s taken that Spear a number of times, a lot of times, actually, and more power to him. Man, I love him to d*ath, but I do apologize for the rib, but it’ll heal like the other one did,” he said.
It remains to be seen when Charles Robinson will be fully recovered to officiate a WWE match again.
`;
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-wwe-official-spotted-working-despite-leg-injury-smackdown-went-air?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













