{"id":15645349,"url":"https://github.com/rugk/website-dark-mode-switcher","last_synced_at":"2025-04-16T04:47:16.521Z","repository":{"id":35922667,"uuid":"183965013","full_name":"rugk/website-dark-mode-switcher","owner":"rugk","description":"This is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the prefers-color-scheme media feature of CSS.","archived":false,"fork":false,"pushed_at":"2023-07-21T00:21:20.000Z","size":567,"stargazers_count":62,"open_issues_count":14,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T05:01:53.469Z","etag":null,"topics":["add-on","browser-extension","css","dark-theme","firefox-addon","firefox-extension","firefox-webextension","hacktoberfest","prefer-color-scheme","website"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?src=external-github-top","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rugk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-04-28T22:24:38.000Z","updated_at":"2025-03-26T04:47:30.000Z","dependencies_parsed_at":"2024-10-03T12:10:09.476Z","dependency_job_id":"5f21e70b-3cfe-412f-b607-82ac410c8478","html_url":"https://github.com/rugk/website-dark-mode-switcher","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rugk%2Fwebsite-dark-mode-switcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rugk%2Fwebsite-dark-mode-switcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rugk%2Fwebsite-dark-mode-switcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rugk%2Fwebsite-dark-mode-switcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rugk","download_url":"https://codeload.github.com/rugk/website-dark-mode-switcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249198191,"owners_count":21228701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["add-on","browser-extension","css","dark-theme","firefox-addon","firefox-extension","firefox-webextension","hacktoberfest","prefer-color-scheme","website"],"created_at":"2024-10-03T12:06:43.125Z","updated_at":"2025-04-16T04:47:16.493Z","avatar_url":"https://github.com/rugk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dark Mode Website Switcher \u003cimg align=\"right\" height=\"200\" width=\"200\" src=\"src/icons/icon-dark.svg\"\u003e\n\n[![Mozilla Add-on version](https://img.shields.io/amo/v/dark-mode-website-switcher.svg)](https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?utm_source=github.com\u0026utm_medium=git\u0026utm_content=badge-version\u0026campaign=github)  \n[![Mozilla Add-on downloads](https://img.shields.io/amo/d/dark-mode-website-switcher.svg)](https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?utm_source=github.com\u0026utm_medium=git\u0026utm_content=badge-downloads\u0026campaign=github)\n[![Mozilla Add-on users](https://img.shields.io/amo/users/dark-mode-website-switcher.svg)](https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?utm_source=github.com\u0026utm_medium=git\u0026utm_content=badge-users\u0026campaign=github)\n[![Mozilla Add-on stars](https://img.shields.io/amo/stars/dark-mode-website-switcher.svg)](https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/reviews/?utm_source=github.com\u0026utm_medium=git\u0026utm_content=badge-stars\u0026campaign=github)\n\nThis is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the [`prefers-color-scheme`](https://developer.mozilla.org/docs/Web/CSS/@media/prefers-color-scheme) media feature of CSS without requiring you to change the whole system style setting.\n\nTest websites:\n* https://stuffandnonsense.co.uk/blog/redesigning-your-product-and-website-for-dark-mode\n* https://webkit.org/\n* https://pinafore.social/\n* https://s.codepen.io/aardrian/debug/NmoQdN\n* http://adrianroselli.com/\n* https://emojipedia.org/\n* https://bugzilla.mozilla.org/\n\nThis extension only works with modern Firefox v95 or higher. Versions [before v1.0](../../releases) do support older browser versions, but use a more error-prone way of darkening websites.\n\n## Download\n\n**[![Get it for Firefox!](https://extensionworkshop.com/assets/img/documentation/publish/get-the-addon-178x60px.dad84b42.png)](https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?utm_source=github.com\u0026utm_medium=git\u0026utm_content=download-button\u0026campaign=github)**\n\n## Contribute\n\nYou can easily get involved in this FLOSS project and any help is certainly appreciated. Here are some ideas:\n\n* 📃 [Translate this add-on into multiple languages!](./CONTRIBUTING.md#translations)\n* 🐛 [Fix some easy issues and get started in add-on development](CONTRIBUTING.md#coding) (or just try out the development version)\n* 💡 [Or check out some other add-on issues](CONTRIBUTING.md#need-ideas) (or translate them).\n\nOr, in any case, [support us by spreading the word!](./CONTRIBUTING.md#support-us) ❤️\n\nIf you want to find out how this add-on currently works on a technical level, [have a look at this Stackoverflow answer](https://stackoverflow.com/a/55910185/5008962). I've explained it there in detail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frugk%2Fwebsite-dark-mode-switcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frugk%2Fwebsite-dark-mode-switcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frugk%2Fwebsite-dark-mode-switcher/lists"}