Default settings
Path: rsConf.settings
The difference between configuration and settings is that configuration affects everyone that uses the service, whereas settings/properties only affect the current user in the current browser. (The words settings and properties are used interchangeably throughout this document.)
In this section you specify which default settings should be used, if the user has not yet made any active choices.
-
hl
Path: rsConf.settings.hl
Default value: wordsent
Description: Which highlighting style to use. Default setting is highlighting both word and sentence.
-
hlicon
Path: rsConf.settings.hlicon
Default value: iconon
Description: Whether or not to display a popup button when selecting text on a web page. The popup button can be used to start the audio playback.
-
hlscroll
Path: rsConf.settings.hlscroll
Default value: scrolloff
Description: Whether or not to automatically scroll the page vertically when the reading has reached the bottom of the browser’s viewport.
-
hlsent
Path: rsConf.settings.hlsent
Default value: #beffd6
Description: The color that will be used for highlighting sentences, expressed as a valid CSS color value.
-
hlspeed
Path: rsConf.settings.hlspeed
Default value: medium
Description: The reading speed.
-
hltext
Path: rsConf.settings.hltext
Default value: #000000
Description: The color that will be used for the text in the highlighted elements, expressed as a valid CSS color value.
-
hltoggle
Path: rsConf.settings.hltoggle
Default value: hlon
Description: This setting toggles highlighting on or off (hlon or hloff). If set to off, it overrides the rsConf.settings.hl value.
-
hlword
Path: rsConf.settings.hlword
Default value: #a4cbff
Description: The color that will be used for highlighting words, expressed as a valid CSS color value.