”
], { 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);
});
});
})();
“Here’s to 12 years of good times with great people! Here’s to 12 years of the Black and Brave Wrestling Academy!”
Seth Rollins used to compete under the name Tyler Black before signing with WWE. The veteran battled Roman Reigns for the World Heavyweight Championship in the main event of Night 2 of SummerSlam. Reigns defeated his former Shield stablemate, and the two stars showed each other respect following the match.
Roman Reigns has reformed The Bloodline on RAW. He defeated Jacob Fatu in a Tribal Combat match at Clash in Italy, and The Samoan Werewolf had to acknowledge Reigns as his Tribal Chief following the loss. Solo Sikoa refused to rejoin The Bloodline earlier this week on RAW and hit Reigns with a Samoan Spike.
Seth Rollins mocks Roman Reigns for always seeking attention from WWE fans
WWE RAW star Seth Rollins recently taunted Roman Reigns for always demanding that wrestling fans acknowledge him.
Speaking on The Rich Eisen Show, the former champion questioned why Reigns needed so much attention and suggested that it was time to move on from him. Rollins also hilariously took a shot at Reigns for showing off his teeth so often.
“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,” he said.
Rollins has been absent since his loss to Reigns at SummerSlam. Only time will tell what the future holds for the 40-year-old on WWE television.
`;
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-massive-congratulations-wwe-star-seth-rollins?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













