”
], { 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);
});
});
})();
After being hit with a Stunner from Kevin Owens, Gargano was taken out of the equation, but he has made it clear that he’s still pushing for that title shot.
Gargano was a major reason why Sami Zayn retained his title against Kevin Owens on WWE SmackDown, but so was CM Punk. Punk was the man who hit Owens with the title, clearly an attempt at revenge after Owens did the same to him last week.
While Punk has a major claim for a rematch for the title, it seems that Gargano is the man who wants his shot, given that he has helped Zayn as he was asked.
The WWE Championship picture is very overcrowded
The men’s Money in the Bank ladder match will decide the next challenger for either Roman Reigns or Sami Zayn, but the winner will have the contract to cash in whenever they like.
Randy Orton appeared to be the perfect person to qualify for Money in the Bank as he looked to become a 15-time World Champion, but Trick Williams was able to pin Rey Fenix to qualify instead.
That means that Orton could be coming for the title in a different way, so he’s expected to push his way back into the title picture in the coming weeks as well.
There are a lot of combustible elements in the title picture at the moment, and it’s likely that Zayn will turn on Gargano at some point when he tries to cash in that title match that has been dangled in front of his face over the past few weeks.
Zayn’s reign will definitely be longer than nine days this time around, but will he hold the WWE title past Money in the Bank, now that he has made an enemy out of Nick Aldis?
`;
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-first-line-wwe-smackdown-star-puts-target-sami-zayn-following-recent-win?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













