Greasy Fork is available in English.

Conversaciones » Comentarios y opiniones sobre Greasy Fork

[GreasyFork Bug Report] JavaScript Error when mouse over the script install button

§
Publicado: 19/5/2023
Editado: 19/5/2023
function onInstallMouseOver(event) {
  let url = event.target.getAttribute("data-ping-url");
  if (!/[&?]mo=3$/.test(url)) {
    event.target.setAttribute("data-ping-url", url + (url.includes('?') ? '&' : '?') + "mo=3");
  }
}

Reproduction:

  1. Find an "Already Installed" Userscript in GreasyFork
  2. Mouse hover to the install button
  3. See the console

(I am using Tampermonkey BETA 4.19.6183 with Microsoft Edge )

Publicar respuesta

Inicia sesión para responder.