Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
chemicalcrux
/
macrovision
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
5
Pull-pyynnöt
0
Julkaisut
10
Wiki
Activity
Selaa lähdekoodia
Actually skip the rest of the selection logic on Firefox
tags/v0.0.3
Fen Dweller
5 vuotta sitten
vanhempi
bd0b61c745
commit
8830ad3f14
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
macrovision.js
+ 1
- 0
macrovision.js
Näytä tiedosto
@@ -473,6 +473,7 @@ function testClick(event) {
const target = event.target;
if (navigator.userAgent.indexOf("Firefox") != -1) {
clickDown(target.parentElement, event.clientX, event.clientY);
return;
}
// Get click coordinates
Write
Preview
Loading…
Peruuta
Tallenna