Disabling Features
The +Accessibility Rybená features can be dynamically disabled through meta tags in HTML. To do this, use the following structure:
<meta
name="rybena-config"
disable-functions="Feature1;Feature2;Feature3..."
>
Replace Feature1;Feature2;Feature3...
with the names of the features you want to disable. The available features for disabling are:
AI Features
RybenaImageTooltipAI
: Disables the Describe Image (AI) feature.RybenaRewriteText
: Disables the Simplify Text (AI) feature.RybenaMeaningAI
: Disables the Word Meaning (AI) feature.
You can also disable AI features using the disable-ai
attribute:
<meta
name="rybena-config"
disable-ai="true"
>
Contrast and Saturation Features
RybenaHighSaturation
: Disables the High Saturation feature.RybenaLowSaturation
: Disables the Low Saturation feature.RybenaMonocromatic
: Disables the Monochromatic Saturation feature.RybenaContrastDark
: Disables the Dark Contrast feature.RybenaContrastLight
: Disables the Light Contrast feature.RybenaContrastInverted
: Disables the Inverted Contrast feature.
Cursor Features
RybenaReadingMask
: Disables the Reading Mask feature.RybenaCursorGuide
: Disables the Reading Guide feature.RybenaCursorSize
: Disables the Large Cursor feature.RybenaAmplify
: Disables the Amplify with Cursor feature.
Font Features
RybenaLetterSpacing
: Disables the Spacing feature.RybenaLineHeight
: Disables the Line Height feature.RybenaDislexicFont
: Disables the Dyslexia feature.RybenaZoom
: Disables the Zoom feature.RybenaTextAlignment
: Disables the Text Alignment feature.
Highlight Features
RybenaLinkHighlight
: Disables the Links (Highlight) feature.RybenaTitleHighlight
: Disables the Titles (Highlight) feature.
General Features
RybenaImageTooltip
: Disables the Image Caption feature.RybenaStopAnimation
: Disables the Pause Animations feature.RybenaReadingMode
: Disables the Reading Mode feature.RybenaDictionary
: Disables the Dictionary feature.RybenaButtonSize
: Disables the Button Size feature.RybenaPageStructure
: Disables the Page Structure feature.RybenaKeyboardNav
: Disables the Keyboard Navigation feature.