-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Reactions are currently unavailable
Pinned by SunsetTechuila
Pinned comment options
It's a good suggestion, but I doubt it will be implemented anytime soon.
Moving it to the dropdown isn't easy, but completely removing is:
li:has(> a[href$="/agents?author=your_username"]) {
display: none !important;
}github.com##li:has(> a[href$="/agents?author=your_username"])Other Copilot distractions:
react-partial[partial-name="new-agent-task-button"] {
display: none !important;
}github.com##react-partial[partial-name="new-agent-task-button"]#copilot-md-menu-anchor-new_comment_field {
display: none !important;
}github.com###copilot-md-menu-anchor-new_comment_fieldrails-partial[data-partial-name="pullRequestsConversationsRoute.Timeline"] .Stack {
display: none !im…