Please enter your username or email address. You will receive a link to create a new password via email.
Reda Youssef
document.addEventListener("DOMContentLoaded", function () {
let iframe = document.querySelector("iframe");
if (iframe) {
let src = iframe.getAttribute("src");
// Ensure we are not duplicating query parameters
if (!src.includes("vq=hd1080")) {
src += (src.includes("?") ? "&" : "?") + "vq=hd1080";
iframe.setAttribute("src", src);
}
}
});