”
], { 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);
});
});
})();
In a video shared on his former WWE head writer Vince Russo criticized the Stamford-based promotion for their booking of the SummerSlam main event featuring the two massive stars. The veteran noted that he couldn’t care less about who emerged victorious at The Biggest Party of the Summer.
“The main event is Roman Reigns and Seth Rollins at SummerSlam. Ben, what do I care if either guy wins? I don’t know why I’m pulling for either guy. That’s it right there. This is your main event, and this main event is, ‘Who cares who wins?'” Russo said.
Vince Russo pointed out a major issue with last week’s promo battle between Seth Rollins and Roman Reigns. He further insinuated that having two of the biggest names pointing out each other’s flaws wasn’t a good idea.
“You’re going back to last week’s promo, and the promo is built on negatives that are not good for either guy. Seth is pointing out to Roman, ‘You’re never here,’ and Roman says, ‘You’re always hurt.’ Those are two negatives for your two top guys because they’re the truth,” he added. [H/T: Ringside News]
You can check out his comments in the video below:
Seth Rollins claimed it is time to move on from Roman Reigns
Heading into WWE SummerSlam, Seth Rollins made an appearance on The Rich Eisen Show. He took a dig at the OTC.
The Visionary mocked The Tribal Chief for repeatedly asking everyone to acknowledge him. He added that they had acknowledged Reigns enough and it was time to move on from him.
“What are we doing here? How much acknowledgment does this guy need? How much do we need to put a finger in the air and acknowledge Roman Reigns? What is this? What kind of validation are you seeking, sir? How much do you really need? Like, come on. Get over it. We get it. Tribal Chief, Head of the Table, yada yada yada. You got the teeth, it’s all there. We get it. We’ve acknowledged you plenty; it’s time to move on,” Rollins said.
Only time will tell who walks out of the US Bank Stadium with the World Heavyweight Championship.
`;
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-issue-with-roman-reigns-vs-seth-rollins-revealed-by-wrestling-veteran?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













