This widget uses the following cookies:
-
backgroundColor: Stores the user's preferred background color for the application.
-
textSize: Stores the user's preferred text size for quotes and other text elements.
-
textColor: Stores the user's preferred text color for quotes and other text elements.
-
iconColor: Stores the user's preferred color for icons within the application.
-
quoteCategory: Stores the user's preferred quote category for filtering quotes.
-
quotes: Stores the user's custom added quotes, allowing them to be displayed alongside the default quotes.
The widget uses localStorage
, which functions similarly to cookies but stores data client-side with larger storage capacity and without being sent to the server with every request.