토론 » Greasy Fork镜像 피드백
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:
(I am using Tampermonkey BETA 4.19.6183 with Microsoft Edge )
Filed as https://github.com/JasonBarnabe/greasyfork/issues/1139
답글을 게시하려면 로그인하세요.
Reproduction:
(I am using Tampermonkey BETA 4.19.6183 with Microsoft Edge )