”
], { 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);
});
});
})();
Now, Alexa Bliss has broken her silence about the quest and sent a warning to Cena and called herself an “ally of convenience” to Cody Rhodes. She said:
“So I hear Cody is looking for Cena in Clash of Clans. Somewhere among millions and millions of villages. He basically turned the entire game into one giant game of hide and seek. Cody, if you are looking for a backup, consider me an ally of convenience, because John, if you think hiding is going to save you, you clearly don’t know who you are playing with. So, I guess that means I am joining the search for Cena and you can too. Download Clash of Clans, join the search for Cena and earn in-game rewards. Cena, you’ve spent your whole career saying you can’t see me, cute. Let’s see how long that lasts.”
Cody Rhodes vows to find John Cena
In the quest to find John Cena, Cody Rhodes has also voiced out his intentions and warned his long-time rival about what is to come.
Before Alexa Bliss put out her video to essentially warn Cena that she will find him, Cody also sent out a message and vowed that he won’t stop till he finds the leader of the Cenation. In a video posted by Clash of Clans, the former Rhodes Scholar said:
“John Cena. Hiding from me in Clash of Clans? Well, I won’t stop searching until I find you.”
Cody Rhodes has been playing Clash of Clans for a long time and it will be interesting to see how his well assembled group of players will help him find Cena.
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-the-hunt-for-john-cena-alexa-bliss-an-ally-of-convenience-to-cody-rhodes?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


