Forum Discussion
eddiezato
Jan 26, 2021Iron Contributor
New Downloads and Collections Menus
Sorry devs, but I need to share this with my desperate fellows who want to try this new features too. To enable new flyout menus for Downloads and Collections you need to add command line para...
HotCakeX
Jan 26, 2021MVP
Thanks 😄
Is there a way to see all the available command line switches for browsers like Chrome and Edge? 🙂
eddiezato
Jan 26, 2021Iron Contributor
HotCakeX I think the command line switches for Edge and Chrome is the same.
But for list of all flags/features, we need the developer or browser source code. Searching in msedge.dll with a hex editor is not the best pastime. And I did it for specific features, not for all existing ones.
- HotCakeXJan 26, 2021MVPI don't think they are the same, these switches for CollectionsHub and DownloadsHub won't be working in Chrome cuz it doesn't have these, right?
- eddiezatoJan 26, 2021Iron Contributor
'--enable-features=' - is a command line switch.
'msDownloadsHub' - is a feature/flag.
First ones are basically the same, second ones are not.
Using switch '--enable-features=' you can turn on several features.
- WittycatJan 26, 2021Steel ContributorHello thanks for that,
But i have a question i know when we click on a link these feature aren't loaded (if the browser start on the link click, does you know where to add these rules for the browser to load these feature when the browser is loaded by the os default browser settings ?
Thanks