Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxbud/rebrickable-dark-mode
Enable dark mode on Rebrickable regardless of your account plan.
https://github.com/foxbud/rebrickable-dark-mode
greasemonkey rebrickable tampermonkey userscript violentmonkey
Last synced: about 1 month ago
JSON representation
Enable dark mode on Rebrickable regardless of your account plan.
- Host: GitHub
- URL: https://github.com/foxbud/rebrickable-dark-mode
- Owner: Foxbud
- License: apache-2.0
- Created: 2023-09-16T18:31:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-13T17:47:41.000Z (about 1 month ago)
- Last Synced: 2024-10-14T00:44:48.423Z (about 1 month ago)
- Topics: greasemonkey, rebrickable, tampermonkey, userscript, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rebrickable Dark Mode
Browser userscript to enable dark mode on Rebrickable regardless of your account plan.
## Problem
The Rebrickable website has a dark mode. After making an account, users are allowed to "try out" this dark mode using a toggle switch, but this only applies to the current page and will not persist to the next page. Rebrickable requires users to pay for a premium account in order to make this change persistent.
## Solution
This script works by enabling the dark mode "demo" immediately as soon as any Rebrickable page loads. Due to the way dark mode is implemented on this website, this script even works for users who are not signed into a Rebrickable account (despite not having access to the dark mode toggle switch).
## Copyright
This script is released by its authors under the Apache 2.0 license. See files `rebrickable-dark-mode.user.js` and `LICENSE.txt` for details.
## Links
Script homepage: https://github.com/Foxbud/rebrickable-dark-mode