| { |
| // Available options: |
| 'list': { |
| defaultValue: true, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'thread': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'threadall': { |
| defaultValue: true, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'fixedtoolbar': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'redirect': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'history': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'loaddrafts': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'increasecontrast': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'stickysidebarheaders': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'profileindicator': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'profileindicatoralt': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'profileindicatoralt_months': { |
| defaultValue: 12, |
| context: 'options', |
| killSwitchType: 'ignore', |
| }, |
| 'ccdarktheme': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'ccdarktheme_mode': { |
| defaultValue: 'switch', |
| context: 'options', |
| killSwitchType: 'ignore', |
| }, |
| 'ccforcehidedrawer': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| // #!if ['chromium', 'chromium_mv3'].includes(browser_target) |
| 'ccdragndropfix': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| // #!endif |
| 'batchlock': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'enhancedannouncementsdot': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'repositionexpandthread': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'threadlistavatars': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'autorefreshlist': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| 'imagemaxheight': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| // #!if ['chromium', 'chromium_mv3'].includes(browser_target) |
| 'blockdrafts': { |
| defaultValue: false, |
| context: 'options', |
| killSwitchType: 'option', |
| }, |
| // #!endif |
| |
| // Experiments: |
| |
| // Internal options: |
| 'ccdarktheme_switch_enabled': { |
| defaultValue: true, |
| context: 'internal', |
| killSwitchType: 'ignore', |
| }, |
| |
| // Deprecated options: |
| 'escalatethreads': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| 'movethreads': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| 'batchduplicate': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| 'smei_sortdirection': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| 'forcemarkasread': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| 'disableunifiedprofiles': { |
| defaultValue: false, |
| context: 'deprecated', |
| killSwitchType: 'deprecated', |
| }, |
| } |