”
], { 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);
});
});
})();
Russo’s third reason was wrestling fans, something that he thought WWE forgot because they sold out.
“It is CLEAR—it is no longer about the fan, but rather BIG CORP and, what else… MONEY. The @WWE, the biggest wrestling company in the world, SOLD-OUT for the Almighty Dollar, no longer giving ONE SH*T about the fan who made them what they—WERE,” Russo tweeted.
Two of the biggest criticisms toward the biggest wrestling company in the world over the past year or so have been the increasing ticket prices for events and some bad storytelling on television.
However, the company continues to sell out events, and there’s an opportunity to build better stories on the Road to WrestleMania 42.
Vince Russo accuses WWE executive of lying
Speaking on the latest episode of The Brand podcast, Vince Russo accused Triple H of lying on WWE Unreal. Russo pointed out the different perspectives of Hunter and R-Truth regarding the latter’s release last year.
“We interview H, and we interview Ron Killings, and one of them is completely lying. It’s crystal clear. And I’ll be honest with you, I don’t believe for a second it was Ron Killings because Ron Killings states, ‘I was told they weren’t going to renew my contract.’ That’s what he said. Triple H made it sound like, oh, you know, his contract was expiring and, you know, there was a little negotiating game going back and forth. Bulls*it,” Russo said.
R-Truth was emotional when talking about his release, though he was later signed to a new four-year contract. He also seemed cool with Triple H and Nick Khan based on the Netflix docuseries.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-sold-out-almighty-dollar-longtime-wrestling-veteran-takes-shot-wwe-caring-fans-anymore?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


