Userscipts (script.user.js
) can be used with any userscript manager browser extension, such as Violentmonkey or Tampermonkey.
You can also use the normal Javascript (script.js
) and append the code to BackupPC's sorttable.js
Description | Preview |
---|---|
JS/Userscript to move the navigation's hosts selection to the top. Thanks ChatGPT. |
-
Download Resources
Place the custom CSS files in/usr/share/backuppc/image/
-
Update Configuration
Update$Conf{CgiCSSFile}
with the CSS filename you want to apply:- Via GUI:
Navigate to Edit Config → CGI → CgiCSSFile - Via File:
Edit/etc/backuppc/config.pl
and set the value of$Conf{CgiCSSFile}
- Via GUI:
Description | Preview |
---|---|
Retro theme with SNES/Famicom colors using raphnet.net/design/console_colors as reference. |
|
INSPINIA Bootstrap like theme. If the host menu is out of place, change the margin-top values in: br + div[class="NavMenu"] {} |
|
Philomena imageboard like theme. |
|
Resets CSS and some BackupPC quirks to start building your own theme on. Clear $Conf{CgiCSSFile} before you start and use a userstyle editor like Stylish. |
A strict Content-Security-Policy
header in your web server may block resources, resulting in errors visible in the browser's developer console.