Skip to content

Hidden settings

Franklin DM edited this page Feb 12, 2019 · 14 revisions

The Good 'ol Sidebar includes a few hidden settings. You can use the MultiPanel or the about:config dialog to change these preferences.

You should only continue if you know what you are doing.

General

  • extensions.aios.rightclick

    • enable the right-click feature for toolbar buttons provided by TGS
    • type: boolean, values:
      • true: right-click has the same function than Shift+Left-click on the button
      • false: right-click opens the context menu of the toolbar (default)
  • extensions.aios.changelog

    • enable opening of the notification after an update of TGS
    • type: string, values:
      • version number of TGS: last shown notification, notification will open after next update
      • 0: notification will not open after next update
  • extensions.aios.infotips

    • enable informative tooltips on toolbar buttons provided by TGS
    • type: boolean, values:
      • true: enable informatively tooltips, use default tooltips (default)
      • false: disable informatively tooltips, don't use default tooltips
  • extensions.aios.vbuttons

    • enable vertical aligned menu buttons on the TGS Toolbar (a change requires two browser restarts)
    • type: boolean, values:
      • true: enable vertical aligned menu buttons (default)
      • false: disable vertical aligned menu buttons
  • extensions.aios.gen.switch.drag

    • automatically opening the sidebar when dragging web content on the switch, this feature doesn't respect the delay setting for the switch
    • This is no longer hidden in v1.0.5 and could be changed at the Options window, under Sidebar Switch > Behavior. It also includes an option to configure the delay for this feature.
    • type: boolean, values:
      • true: open the sidebar when dragging web content on the switch (default)
      • false: don't open the sidebar when dragging web content on the switch
  • extensions.aios.dm.observer

    • This was removed in v1.0.5: We no longer use an observer to change the behavior of the downloads indicator
    • change downloads indicator's command to either open sidebar panel or downloads window
    • type: boolean, values:
      • true: when something is downloaded, the downloads indicator will open a popup instead of a sidebar/window
      • false: same behavior as the regular download button, will either open sidebar panel or downloads window on click (default)
  • extensions.aios.mp.homepage

    • change the homepage of the MultiPanel
    • type: string, values:
      • URL: this URL will be opened when you click on the home button or if the Remember Last Shown Content is unchecked.
      • blank: the home button will be removed and if the Remember Last Show Content is checked, about:home will be shown instead.

Optimized layout

  • extensions.aios.bm.layoutall

    • enable the optimized sidebar layout of the Bookmarks panel in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)
  • extensions.aios.hi.layoutall

    • enable the optimized sidebar layout of the History panel in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)
  • extensions.aios.dm.layoutall

    • enable the optimized sidebar layout of the Downloads panel in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)
  • extensions.aios.pi.layoutall

    • enable the optimized sidebar layout of the Page Info panel in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)
  • extensions.aios.co.layoutall

    • enable the optimized sidebar layout of the Error Console in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)
  • extensions.aios.ks.layoutall

    • enable the optimized sidebar layout of the Cookies panel in floating windows and in tabs
    • type: boolean, values:
      • true: enable the optimized sidebar layout
      • false: disable the optimized sidebar layout (default)

Lightweight Themes (Personas)

  • extensions.aios.lw.defaultbg

    • disable using the persona's background color on the browser element
    • type: boolean, values:
      • true: always use the persona's background color (default)
      • false: disable using the persona's background color (you will see half of the persona's image on the sidebar)
  • extensions.aios.lw.custombg

    • specify a different browser element background instead of the one given by the persona. extensions.aios.gen.lwbg needs to be set to false first for this to work.
    • type: string, values:
      • a valid background (could be hex, rgba, rgb, hsl, color name, gradient, image)
  • extensions.aios.lw.repeat

    • enable repeating the persona's background image instead of just a plain color in the browser element. extensions.aios.lw.defaultbg needs to be set to true first for this to work.
    • type: boolean, values:
      • true: repeat the persona's background image
      • false: don't repeat the persona's background image (default)
Clone this wiki locally