Discussions » Greasy Fork Feedback
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 )