File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ const Browser = Module("browser", {
252
252
commands . add ( [ "downl[oads]" , "dl" ] ,
253
253
"Show progress of current downloads" ,
254
254
function ( ) {
255
- liberator . open ( "chrome://mozapps /content/downloads/downloads .xul" ,
255
+ liberator . open ( "chrome://browser /content/downloads/contentAreaDownloadsView .xul" ,
256
256
{ from : "downloads" } ) ;
257
257
} ,
258
258
{ argCount : "0" } ) ;
Original file line number Diff line number Diff line change 1
1
XXXX-XX-XX
2
2
* When you copy the URL with y, copy it as-is with only space encoded as %20
3
+ * Fix :downloads for new Firefoxs (thanks sven)
3
4
* Add 'yankencodedurl' option, so you can get the old behavior to encode any
4
5
any non-ASCII character with the encoded character
5
6
You can’t perform that action at this time.
0 commit comments