The theme engine for TorrentBD is a userscript that lets you customize the color palette of the TorrentBD website.
TorrentBD Theme Engine uses JavaScript to dynamically change the CSS (and some HTML) of the TorrentBD website. It is made with only that one website in mind, so a large part of the script would have to be modified when applying to any other site.
The script uses localStorage to save color values in the browser, and connects them with CSS variables to allow users to change any color as they please. It is a simple application, but the code might be crude. I'm still learning.
Tampermonkey is needed to install the UserScript from GreasyFork. Other similar extensions may also work but have not been tested.
Simply disable to remove the script from the dashboard of your script manager. If you don't understand how that works, uninstall the Tampermonkey extension instead.
- Programmatically Lighten or Darken a HEX Color
- Coloris.js - Color Picker with Zero Dependencies
- QRCode.js - Javascript Library for Making QRCode
Report any bugs, inaccuracies, glitches, etc. that you encounter to the dedicated thread inside TorrentBD.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.