”
], { 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);
});
});
})();
On this week’s Monday Night RAW, the returning Balor made sure Penta retained the Intercontinental Championship in a rematch over Mysterio. The former champion broke his silence with a three-word message after RAW.
“El verdadero ganador…😈⚖️#FUFB,” wrote Mysterio.
Check out Mysterio’s Instagram post:
Dominik Mysterio blamed Finn Balor for his title loss
Dominik Mysterio blamed Finn Balor after losing the WWE Intercontinental Championship. The former champion stated in a pre-recorded promo that his rematch with Penta shouldn’t even be happening, as he wouldn’t have lost the title if it wasn’t for Balor.
Mysterio said the following:
“This match with Penta tonight shouldn’t even be happening. If it wasn’t for Finn Balor, I would still be your Intercontinental Champion. But Finn Balor got exactly what he deserved. And Penta, this is not going to go the same way it did last time. [Further in Spanish] Because now I can focus on you and once again become the greatest Intercontinental Champion of all time. Because I am the King of Luchadores,”
While a match between Mysterio and Balor hasn’t been confirmed for WrestleMania 42, there are high chances of that being the direction for the two former stablemates. Mysterio is still the reigning AAA Mega Champion, so it remains to be seen if that title is involved in a match between him and Balor.
`;
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-dominik-mysterio-breaks-silence-finn-balor-returns-wwe-raw-attacks-the-judgment-day?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













