], { 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);
});
});
})();

However, of late, rumors have been swirling around that the People’s Champ will be making his comeback to the ring. In a video posted by the legendary Ronnie Coleman, Dwayne Johnson was seen training with a top that read ‘Final Boss.’ As he was getting into the thick of his training regimen, he said:

“I am trying. Getting my a** kicked. Ain’t nothing but peanuts. Yeah buddy. In the state of Texas, you got to get the yeah buddy. The spirit of Ronnie Coleman, baby. Yeah buddy.”

Stephanie Vaquer admits to having a crush on The Rock

The Rock is one of the most famous wrestlers on the planet and his following is in the millions. He has a lot of enthusiastic fans and one of them happens to be WWE star Stephanie Vaquer.

The former NXT star spoke with Mas Lucha when she admitted that she has had a crush on the Final Boss since she was a kid. She said:

“I’ve had a platonic crush since I was about 10 years old, I think. Not so much now, but The Rock. And that way he had of connecting with people, those expressions, his physique, and how he looked. Oh, as a wrestler, it really caught my attention when I was a girl. To this day, everyone teases me about him because my classmates remember that, and they say, ‘Now, you’re a wrestler, and you liked The Rock.’ How weird, right?”

It is no surprise to see the kind of fan following that the People’s Champion has and with his rumored comeback on the cards, it will be interesting to see how he comes back.

Why did you not like this content?


`;
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-getting-a-kicked-the-rock-addresses-training-return-drops-final-boss-tease?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

Leave A Reply

Exit mobile version