File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,7 @@ const Browser = Module("browser", {
169
169
mappings . add ( [ modes . NORMAL ] , [ "gH" ] ,
170
170
"Open homepage in a new tab" ,
171
171
function ( ) {
172
- let homepages = gHomeButton . getHomePage ( ) ;
173
- homepages = homepages . replace ( / \| / g, options [ "urlseparator" ] || ", " ) ; // we use a different url seperator than Firefox
172
+ let homepages = gHomeButton . getHomePage ( ) . split ( '|' ) ;
174
173
liberator . open ( homepages , { from : "homepage" , where : liberator . NEW_TAB } ) ;
175
174
} ) ;
176
175
Original file line number Diff line number Diff line change 1
1
201x-00-00
2
2
* Version 3.8.3
3
3
* Push minVersion to Firefox25, as we have some problems on older Firefoxs regarding search
4
+ * Make 'gH' command work with multiple home pages
4
5
5
6
2014-02-14: A Valentine's gift
6
7
* Version 3.8.2
You can’t perform that action at this time.
0 commit comments