Skip to content

Add a toggle for sidebar #164

Description

@aka47444

The sidebar seems to be injected at a very early stage (content script level), making it difficult for other scripts to work around it.
A simple on/off switch would greatly improve compatibility with other community tools.

The extension injects its sidebar UI at a very high priority level . This causes conflicts with other extensions or userscripts that also manage the chat sidebar or conversation list, such as folder management scripts, custom session organizers, or other UI enhancements.

These conflicts can manifest as:
UI overlapping or layout breakage.
Mutual interference with DOM event listeners
Unwanted filtering or hiding logic that overrides each other.

So,a toggle switch to completely enable/disable the entire sidebar functionality (including the search box, tag/filter UI, and any DOM injection related to the sidebar) will very helpful. This switch should be independent of other features (e.g., Memory, Skills, Characters).

When disabled, Better DeepSeek should not inject any sidebar-related elements or run any sidebar-associated logic (e.g., chat filtering/grouping, tag management), so that other extensions can take full control of the sidebar area without interference. Better DeepSeek can work with other scripts and extensions together better.

please…………modular……

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions