”
], { 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, the company is clamping down on the streamers and reaction videos rapidly. They are reportedly working with a company called StreamEnforcement, which uses bots to target streamers reuploading footage from WWE shows in their reaction videos.
The report from the Wrestling Observer notes that there is a feeling of shock within the company over the decision since it helped push the product to wider audiences. That being said, the shutdown has been on an unprecedented scale, since creators of all sizes have been left with their content taken down following the strikes.
Former WWE champion claims WrestleMania 42 had a strange vibe
In a recent appearance on Witty Whittier’s podcast, former WWE United States Champion Sami Zayn claimed that WrestleMania 42 had a “weird vibe” this year. He initially referred to the uncertainty surrounding his own character after abruptly turning heel to win the US Title from Carmelo Hayes and then walking in as the new champion.
In addition, he also touched upon the situation surrounding celebrity involvement and the inclusion of Pat McAfee in the Randy Orton-Cody Rhodes rivalry.
“This year, my character at the time of WrestleMania is a bit more undefined than it’s been in many many years. Usually, I walk into Mania and I know exactly where I’m at and what I’m doing. This year, this character shift and this sea change has been going on at the same time with Trick rising and me getting these — I would say polarizing reactions but it’s kind of started to swing all the way in the other direction now to where I’m unliked and I’m kind of, as a character, saying like, ‘What did I even do here?’ The vibe around WrestleMania was a little strange this year with the Pat McAfee thing being added at the last minute. I don’t know, there was just so many things that felt a little strange about this year’s WrestleMania,” he said.
Sami Zayn and Trick Williams will have a rematch at Backlash 2026, with the United States Champion on the line once 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-seemingly-alienates-even-more-fans?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













