Commit 48ad6a0
authored
Fixes Firefox places download parsing on third party browsers (#43)
On several third party Firefox based browsers as well as older versions
of Firefox the attribute ids 1 and 2 are not used for downloads. Other
ids observed include 4,5,6 on Comodo IceDragon and 5,6,7 on Pale Moon.
This switches to using the downloads/destinationFileURI,
downloads/destinationFileName and downloads/metaData names instead no
longer needing to be concerned about what ids are used. This has worked
for all Firefox based browsers I have tested it on and I haven't noticed
any regressions.1 parent 6b459bc commit 48ad6a0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments