{"id":20767085,"url":"https://github.com/semanticdata/firefox-discord-in-sidebar","last_synced_at":"2026-02-19T12:33:10.078Z","repository":{"id":151970238,"uuid":"599776138","full_name":"semanticdata/firefox-discord-in-sidebar","owner":"semanticdata","description":"Firefox extension to display Discord within the Firefox sidebar. This extension adds a new section to the sidebar which contains the Discord web app. It also adds a shortcut, and a button toggle within the toolbar.","archived":false,"fork":false,"pushed_at":"2024-04-26T19:27:57.000Z","size":292,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T00:39:49.708Z","etag":null,"topics":["discord","firefox-webextension"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/discord-in-sidebar/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semanticdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-09T21:20:33.000Z","updated_at":"2024-04-26T17:42:02.000Z","dependencies_parsed_at":"2024-11-17T23:32:33.043Z","dependency_job_id":null,"html_url":"https://github.com/semanticdata/firefox-discord-in-sidebar","commit_stats":null,"previous_names":["semanticdata/firefox-discord-in-sidebar"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/semanticdata/firefox-discord-in-sidebar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Ffirefox-discord-in-sidebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Ffirefox-discord-in-sidebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Ffirefox-discord-in-sidebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Ffirefox-discord-in-sidebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semanticdata","download_url":"https://codeload.github.com/semanticdata/firefox-discord-in-sidebar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Ffirefox-discord-in-sidebar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29613193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","firefox-webextension"],"created_at":"2024-11-17T11:27:41.364Z","updated_at":"2026-02-19T12:33:10.044Z","avatar_url":"https://github.com/semanticdata.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![logo](src/icons/icon1_48.png) Discord in Sidebar\n\n![Mozilla Add-on](https://img.shields.io/amo/v/{a16c3799-d903-44e3-b044-a032197f5ef8})\n![Add-on rating](https://img.shields.io/amo/rating/{a16c3799-d903-44e3-b044-a032197f5ef8})\n![Add-on downloads](https://img.shields.io/amo/dw/{a16c3799-d903-44e3-b044-a032197f5ef8})\n![Add-on users](https://img.shields.io/amo/users/{a16c3799-d903-44e3-b044-a032197f5ef8})\n![License](https://img.shields.io/github/license/semanticdata/firefox-discord-in-sidebar)\n\nA Firefox extension to display Discord within the Firefox sidebar. This extension adds a new section to the sidebar which contains the Discord web app. It also adds a shortcut, and a button toggle within the toolbar.\n\n[![Get the Addon](https://raw.githubusercontent.com/semanticdata/text-revealer-firefox-extension/master/firefox.png)](https://addons.mozilla.org/en-US/firefox/addon/discord-in-sidebar/)\n\n## Usage\n\n1. Toggle the sidebar by pressing _`Alt+Shift+D`_. This shortcut can be changed by going to _`Add-ons` → `Discord in Sidebar` → `Options`_.\n2. If you prefer buttons over shortcuts, there is a toolbar button you can press to toggle the sidebar.\n\n## How to Unlock Firefox Sidebar Width\n\nThe sidebar's width is _locked by default_ in Firefox. Unfortunately, the sidebar is very restrictive and I can only do so much to enhance the functionality of this extension. I put together a step-by-step guide on how to unlock it.\n\n### Step-by-Step Instructions\n\n1. In a new tab, navigate to `about:support`.\n2. Under _Application Basics_, find _Profile Folder_.\n3. Locate and click the `Open Folder` button next to it. It will be next to an address similar to: `%appdata%\\Mozilla\\Firefox\\Profiles\\{profile-id}.default`.\n4. Inside your Firefox _Profile Folder_, create a new folder named: `chrome`.\n5. Inside the newly created chrome folder, create a new file named: `userChrome.css`.\n6. Copy the following code, paste as content and save:\n\n```css\n#sidebar-box {\n  max-width: 40% !important;\n  min-width: 300px !important;\n}\n```\n\n7. Finally, in a new tab, navigate to `about:config` and search for `toolkit.legacyUserProfileCustomizations.stylesheets` and change it to `true`.\n8. Restart Firefox and test it out!\n\n### 📝 Notes\n\n- You can find the canonical publication for the guide on my [Blog](https://miguelpimentel.do/unlock-firefox-sidebar/).  \n- I also have instructions in Spanish in this GitHub [Gist](https://gist.github.com/semanticdata/ee0bca4f3617241aa98da114653c0b08#file-instrucciones-md).\n\n## ⚠ Disclaimer\n\nThis extension is an independent project, has no relationship, and is not affiliated to Discord in any way. This extension is primarily for personal use; a personal project if you will. This add-on _only_ launches their web app in the sidebar.\n\n## 💜 Acknowledgments\n\nIcons used for all my extensions are part of [UXWing](https://uxwing.com/)'s collection. Take a look at their [license](https://uxwing.com/license).\n\n## © License\n\nSource code in this repository is available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Ffirefox-discord-in-sidebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticdata%2Ffirefox-discord-in-sidebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Ffirefox-discord-in-sidebar/lists"}