”
], { 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);
});
});
})();
Seth Rollins was in control of the match and had it won when The Vision’s Austin Theory interfered on WWE RAW. Theory pulled the referee out of the ring to break up the cover, but was then attacked by Montez Ford.
Rollins was distracted by the brawl in the ring, and Bron Breakker snuck into the ring behind him. Breakker leveled The Architect with a Spear, and Je’Von Evans connected with a Cutter on Ricky Saints to pick up the victory.
Bron Breakker lost his King of the Ring Fatal 4-Way match this past Friday night on SmackDown. Dominik Mysterio emerged victorious and will be facing Oba Femi in the semifinals of the tournament. The Judgment Day tried to attack Femi during this week’s episode of RAW, but The Ruler was ready for it and fought them off.
Seth Rollins opens up about his WWE character
RAW star Seth Rollins recently admitted that he preferred being a heel on WWE television.
In an interview with ESPN, the former World Heavyweight Champion stated that he wasn’t at his best when portraying a babyface, and being a heel was a better fit for him.
“You know, the truth is I’m not very good at being the hero. I can do it in short spurts, but I’m not like Cena. I’m not like Rey Mysterio. I get bored of myself, and I think people get bored of me. I much prefer being a bad guy. I think it suits me better. But most of my favorite moments are being a piece of trash,” said Rollins.
It will be interesting to see how Seth Rollins plans to get revenge on The Vision in the weeks ahead on WWE RAW.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-s-future-plan-revealed-following-massive-seth-rollins-shock-raw?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



