], { 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);
});
});
})();

“I just want Javier Bardem to be happy,” wrote Zayn.

Sami Zayn and Gunther would have been added to the Undisputed WWE Championship match at SummerSlam if they had won at Saturday Night’s Main Event. However, SmackDown General Manager Nick Aldis interfered during the match and hit Gunther over the head with the title. CM Punk quickly capitalized by hitting The Ring General with the GTS for the pinfall victory.

As a result of the win, CM Punk will be defending the title against The American Nightmare in a singles match. During the SummerSlam Kickoff Show today at Fanatics Fest, Punk shoved Rhodes, and Triple H had to intervene to separate the two stars.

WWE Hall of Famer reacts to Sami Zayn losing title

Wrestling legend JBL recently shared a surprising reaction to CM Punk defeating Sami Zayn to become the new Undisputed WWE Champion.

Speaking on Something to Wrestle, JBL commented on Zayn’s nine-day title reign and suggested that it created a new opportunity for The Last Real Good Guy’s character. The Hall of Famer noted that very few wrestlers ever get to hold a major title.

“Look, it did something great for Sami [Zayn]. Sami’s a world champion now. Now he’s ex-world champion. That’s something that’s very few people make it to be a world champion on that level. That’s something to be said. Tommy Rich, hottest baby face in the freaking world back in the ‘80s. He was NWA World Champion for seven days, and when he was announced, he was always the ex-NWA Champion,” he said. (H/T: Fightful)

Sami Zayn crashes out after losing the Undisputed Title to CM Punk: “After 24 years of crawling for every inch — after I finally get it…9 days?! That piece of sh*t can walk back in here after not being here for months? That motherf*cker.”

It will be interesting to see what the future holds for Zayn following his loss at WWE SNME.

Why did you not like this content?


`;
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-sami-zayn-breaks-character-wish-happiness-popular-star-following-wwe-snme-loss?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

Leave A Reply

Exit mobile version