Failed - The Regex engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.
let rotateLogos = $(`
GMC
`) let rotateMobileLogos = $(``) $(".desktop .manuLogo a").replaceWith(rotateLogos); $(".mobile .manuLogo").replaceWith(rotateMobileLogos);