”
], { 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);
});
});
})();
“The vibe was just different this year for so many different reasons. Sometimes it comes down to just the hotel you stay in or the match you have — everything shifts your mood slightly. 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?’ It’s still in this week-to-week [thing], audience to audience is all different so it felt a little less like surefooted, you know what I mean? 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.” [H/T Fightful]
Zayn also pointed out that he was unsure about his own character after turning heel and walking into the show with the United States Championship on very short notice.
Sami Zayn will have a WrestleMania 42 rematch at WWE Backlash
After losing the United States Championship to Trick Williams at WWE WrestleMania 42, Sami Zayn will have the chance to challenge for it once again. He will be facing Williams in a rematch for the title at Backlash on May 9.
Zayn has finally turned heel, with the former TNA World Champion now the babyface in the storyline after it appeared that things would go forward differently. That being said, it will be interesting to see if the title changes hands once again in just a matter of weeks.
`;
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-admits-wrestlemania-42-had-weird-vibe-behind-scenes?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













