diff --git a/widget.js b/widget.js
index c052526..5e3704e 100644
--- a/widget.js
+++ b/widget.js
@@ -1517,101 +1517,3 @@ if (document.readyState === 'loading') {
initAccessibilityWidget();
}
-/*
-===========================================
- WIDGET FEATURES SUMMARY:
-
- Core Features:
- - High contrast mode
- - Text size adjustment
- - Text spacing modification
- - Animation pausing
- - Image hiding
- - Dyslexia-friendly font
- - Cursor size adjustment
- - Line height adjustment
- - Text alignment
-
- Advanced Features:
- - Screen reader with speech synthesis
- - Voice control with speech recognition
- - Reading mode
- - Enhanced focus indicators
- - Reduced motion mode
- - Font selection (Arial, Times, Verdana)
- - Color blindness filters (Protanopia, Deuteranopia, Tritanopia, Grayscale)
-
- Technical Features:
- - Persistent settings via localStorage
- - Full keyboard navigation
- - ARIA compliance
- - Error handling for browser compatibility
- - Performance optimization with DOM caching
- - Single file deployment
-
- Configuration Options:
- - Customizable language/text strings
- - Customizable voice command strings
- - Configurable grid layout (columns and gap)
- - All widget styling and positioning options
- - Feature enable/disable toggles
-
-===========================================
-
- CONFIGURATION EXAMPLE:
-
- To customize the widget, define window.ACCESSIBILITY_WIDGET_CONFIG
- before loading the widget script:
-
-
-
-
-===========================================
-*/
\ No newline at end of file