Discussions » Greasy Fork Feedback

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

§
Posted: 2023-05-19
Edited: 2023-05-19
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 )

Post reply

Sign in to post a reply.