-
-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
Hello, is it possible to Add this Bookmarklet to the Duck.ai maybe as option or something (I didn't make the bookmarklet)
javascript:{ const settings = { 'aiChatPromptSuggestions': '{"hideSuggestions":true}', 'aichatPromoDismissal': '{"promosDismissed":"9999-99-99"}', 'duckaiCanUseApproxLocation': 'false', 'duckaiSidebarCollapsed': 'true', 'duckduckgo_settings': '{"description":"Each key is a setting documented in https://duckduckgo.com/duckduckgo-help-pages/settings/params/","kdcm":"6","kdcs":"0"}', 'isRecentChatsOn': '"0"', 'preferredDuckaiModel': '"6"', }; let keys = Object.keys(settings); keys.forEach(key => { const value = settings[key]; localStorage.setItem(key, value); }); location.reload(); }
Metadata
Metadata
Assignees
Labels
No labels