”
], { 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);
});
});
})();
According to False Finish, World Heavyweight Champion Roman Reigns will be kicking off tonight’s show following his impressive victory at SummerSlam.
Roman Reigns defeated CM Punk in the main event of WWE WrestleMania 42 to become the World Heavyweight Champion. He defeated Jacob Fatu in a Tribal Combat match at Clash in Italy, and The Samoan Werewolf was forced to acknowledge Reigns as his Tribal Chief following the loss.
CM Punk went on hiatus following his loss to The OTC at The Show of Shows. He returned from his hiatus last month on RAW and defeated Sami Zayn to become the Undisputed WWE Champion. The Second City Saint defeated Cody Rhodes during Night 1 of SummerSlam to retain the title. Randy Orton made his surprise return during the match and hit Rhodes with an RKO.
Roman Reigns comments on victory over Seth Rollins at WWE SummerSlam
World Heavyweight Champion Roman Reigns suggested that last night’s victory over Seth Rollins represented everything coming full circle for him. Both stars used to be members of the iconic The Shield faction in the promotion back in the day.
Speaking on the SummerSlam Post Show, The Head of the Table spoke about the importance of the win and noted that his football career also ended in Minnesota, so the location meant a lot to him.
“This is a complete-you know full circle, this is where we close the loop. For it to happen here in Minnesota. This is where my football career ended. To be able to have this moment here. I’ve been saying it all day, God is a better story teller than all of us. This is a special moment for me,” Reigns said.
It will be fascinating to see how long Reigns can hang onto the World Heavyweight Championship following his win at WWE SummerSlam.
`;
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/rumor-roman-reigns-wwe-raw-plans-revealed-report?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













