(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();
}
})();
Age, Biography and Wiki
Omar Govea was born on 18 January, 1996 in San Luis Potosí, Mexico. Discover Omar Govea's Biography, Age, Height, Physical Stats, Dating/Affairs, Family and career updates. Learn How rich is He in this year and how He spends money? Also learn how He earned most of networth at the age of 28 years old?
Popular As | Omar Nicolás Govea García |
Occupation | N/A |
Age | 28 years old |
Zodiac Sign | Capricorn |
Born | 18 January, 1996 |
Birthday | 18 January |
Birthplace | San Luis Potosí, Mexico |
Nationality | Mexico |
We recommend you to check the complete list of Famous People born on 18 January. He is a member of famous with the age 28 years old group.
Omar Govea Height, Weight & Measurements
At 28 years old, Omar Govea height is 1.76 m and Weight 68 kg.
Physical Status |
Height | 1.76 m |
Weight | 68 kg |
Body Measurements | Not Available |
Eye Color | Not Available |
Hair Color | Not Available |
Dating & Relationship status
He is currently single. He is not dating anyone. We don't have much information about He's past relationship and any previous engaged. According to our Database, He has no children.
👉 For more insights, check out this resource.
Family |
Parents | Not Available |
Wife | Not Available |
Sibling | Not Available |
Children | Not Available |
Omar Govea Net Worth
His net worth has been growing significantly in 2022-2023. So, how much is Omar Govea worth at the age of 28 years old? Omar Govea’s income source is mostly from being a successful . He is from Mexico. We have estimated Omar Govea's net worth , money, salary, income, and assets.
Net Worth in 2023 | $1 Million - $5 Million |
Salary in 2023 | Under Review |
Net Worth in 2022 | Pending |
Salary in 2022 | Under Review |
House | Not Available |
Cars | Not Available |
Source of Income | |
Omar Govea Social Network
Timeline
On 9 July 2019, Belgian club Zulte Waregem announced Govea as a new signing. He signed a three-year contract with an option of another year. He made his debut on 27 July in a 2–0 loss against Mechelen. On 14 December, he scored his first two goals in a 5–1 home win against Sint-Truiden.
👉 Discover more in this in-depth guide.
On 16 August 2018, Govea joined Royal Antwerp FC on a one-year loan with an option of purchase, where he will wear the number 23.
On 6 July 2017, Govea joined Belgian club Royal Excel Mouscron on a one-year loan with an option of purchase. He debuted on 13 July in a 1–0 win over KV Oostende.
On 13 November 2017, Govea made his debut with the Mexico national team in a friendly match against Poland.
He was called to Porto's senior team for the first time on 19 January 2016, in order to make the squad to play against Famalicão in a Taça da Liga match the next day.
In May 2016, it was reported that Porto had signed Govea on a permanent transfer, with the player signing a four-year contract with the club.
In July 2015, Govea joined FC Porto on loan, and was immediately sent to play for their B team.
In 2014, it was announced Govea was sent out on loan to Ascenso MX club Mineros in order to gain professional playing experience. He made his professional debut as substitute on 5 August 2014 in a Copa MX match against Leones Negros, coming on for Antonio López at 82'.
Omar Nicolás Govea García (born 18 January 1996) is a Mexican professional footballer who plays as a midfielder for Belgian club Zulte Waregem.