토론 » Greasy Fork镜像 피드백

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

§
게시: 2023-05-19
수정: 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 )

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。