This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Actually skip the rest of the selection logic on Firefox
tags/v0.0.3
Fen Dweller
5 years ago
parent
bd0b61c745
commit
8830ad3f14
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
macrovision.js
+ 1
- 0
macrovision.js
View File
@@ -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…
Cancel
Save