The Oct 2025 Roundup for BrokenMoves: Everything You Need to Know.
Home »
Latest Updates »
Usher Shouts Out Kim Kardashian At His Vegas Show For A Special Reason
Usher Shouts Out Kim Kardashian At His Vegas Show For A Special Reason
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Don’t worry, everyone: Kim Kardashian has finally seen Usher perform. The eight-time Grammy winner sang to the SKIMS founder when she attended his Las Vegas residency show on April 22, six months after inclement weather forced her to cancel her planned birthday trip to see him perform live. Kardashian took her longtime hairstylist Chris Appleton and his fiancé Lukas Gage to Las Vegas on her private jet to see Usher’s show, where he gave her a shoutout on stage. “What up, Kim, you made it,” he said while performing his 2004 song “Superstar.”
Kardashian continued to posted several clips to her Instagram Stories from the show, including when Teyana Taylor made a guest appearance to perform “Bad Girl” and moments of her, Appleton, and Gage joyfully singing along. “Finally made it to see @Usher, but my girls are mad they aren’t here, sooo I just have to come back with them ASAP,” she wrote.
In October, Kardashian planned a quick trip to Vegas with her sister Khloé, mom Kris Jenner, and several close friends to see Usher for her 42nd birthday, complete with a dinner at luxe Italian hotspot Carbone. However, after taking off in her sister Kylie Jenner’s private jet, they weren’t able to land. “The plane couldn’t land due to the wind so looks like our Carbone party and @usher concert isn’t happening, and we are heading back home,” she explained at the time. Instead, the crew simply hit up an In-N-Out Burger back home and jumped on a party bus to celebrate Kardashian’s birthday.
In response to the missed concert, Usher gave Kardashian an open invite to any of his future shows on his Instagram Stories. “Happy birthday Kim!” he wrote. “I saw the post, I hate that you didn’t make it to the show last night. But listen, open arms to you, whenever you want to come.” The Kardashians filming crew, who had already safely landed in Vegas, and her good friend LaLa Anthony, who flew in from New York City to surprise her, wound up attending the show without her. “The FOMO was real. She had to rub it in,” Kardashian wrote.