Skip to content

Dark FAH WebCtrl by pukima

Screenshot of Dark FAH WebCtrl

Details

Authorpukima

LicenseMIT

Categoryfoldingathome

Created

Updated

Size875 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for FAH Web Control

Notes

You might have a different URL please change it.

How to find it?

  • open https://client.foldingathome.org/
  • Open up DevTools (ctrl+shift+i)
  • Go to the Elements Tab
  • Find an iframe tag and copy the URL in between src="COPY_THIS

Source code

/* ==UserStyle==
@name           Dark FAH WebCtrl
@namespace      https://client.foldingathome.org/
@version        1.0.2
@description    Dark Mode for FAH Web Control
@author         Pukima
@license        MIT
==/UserStyle== */

@-moz-document url-prefix("http://127.0.0.1:7396"), url-prefix("https://client.foldingathome.org/") {
	
	* {
		color: #e4e4e4;
	}
	
	#cp .panel-header {
		display: none;
	}
	
	body {
		background-color: #131313;
	}
	
	#cp .panel-top {
		background-color: #010101;
	}
	
	#cp .panel-pu {
		background-color: #1a1a1a;
	}
	
	#slots li.active {
		background-color: #1b1b1b !important;
	}
	
	#cp.panel,
	#box-all-slots {
		background-color: #1c1c1c;
	}
	
	.sbSelector {
		background-color: #262626;
		color: #f2f2f2 !important;
	}

        
        .ui-dialog {
        background: #2c2c2c;
        }
}

Reviews

No reviews yet.