”
], { 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 the article, WWE ranks Randy Orton as the star who’s most likely to be revealed as the masked attacker. It was noted that the two men have a long history with each other including their WrestleMania 27 match. Following Randy was the fan favourite to be the masked man, Austin Theory talking about the similarities in the physique of the masked figure and theory.
The article ranked Seth Rollins as the third most likely star to be behind the mask followed by John Cena and LA Knight. Rollins’ ruse at SummerSlam and the animosity Cena and Knight have with Punk was mentioned in the piece. Stars like Becky Lynch, Sami Zayn and AJ Styles were also pitched as potential suspects. The complete list was as follows:
- Randy Orton
- Austin Theory
- Seth Rollins
- John Cena
- L.A. Knight
- Becky Lynch
- Sami Zayn
- AJ Styles
It will be interesting to see if the masked man will actually be someone who was on this list published by WWE itself.
The identity of the mystery attacker was not revealed on WWE RAW
Before this week’s episode of RAW, Triple H claimed that it was going to be an epic edition of the show. It led to fans believing that the company will reveal the identity of the masked attacker on the show.
However, the opposite happened as throughout the show, the identity of the attacker wasn’t revealed. While talking to Adam Pearce , even Paul Heyman claimed he didn’t know who the attacker was.
It will be interesting to see when WWE will decide to reveal the true identity of the man who cost CM Punk the match at Survivor Series.
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-drops-blockbuster-tease-survivor-series-mystery-attacker?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


