mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:17:58 +01:00
add new 'urlseparator' option
This commit is contained in:
@@ -375,6 +375,10 @@ liberator.config = { //{{{
|
||||
getService(Components.interfaces.nsIIOService2).offline;
|
||||
}
|
||||
});
|
||||
|
||||
liberator.options.add(["urlseparator"],
|
||||
"Set the separator regexp used to split URL args",
|
||||
"string", ",\\s");
|
||||
}
|
||||
//}}}
|
||||
}; //}}}
|
||||
|
||||
Reference in New Issue
Block a user