I hereby claim:
- I am troglodyne on github.
- I am troglodyne (https://keybase.io/troglodyne) on keybase.
- I have a public key ASBnb7tl4Yprcq8Tsz3otwAMecWGbIuECVP91lZsgiO6awo
To claim this, I am signing this object:
| @-moz-document regexp("^http[s]?://[a-zA-Z0-9._-]+:209[56]/.*") { | |
| body { | |
| background-color: black; | |
| } | |
| #content { | |
| filter: invert(100%); | |
| } | |
| } |
| @-moz-document regexp("^http[s]?://[a-zA-Z0-9._-]+:208[23]/.*") { | |
| body { | |
| background-color: black; | |
| } | |
| #sidebar, | |
| #quickjump, | |
| body#home .table, | |
| body#home #boxes .panel-body { | |
| background-color: lightgray; | |
| filter: invert(100%); |
| /* | |
| You may need to replace the line below with something like: | |
| @-moz-document domain("whm.my.domain.name") if using the whm proxy subdomain | |
| */ | |
| @-moz-document regexp("^http[s]?://[a-zA-Z0-9._-]+:208[67]/.*") { | |
| #topFrameWrapper > div { | |
| background-color: #1d1d1d; | |
| color: white; | |
| } | |
| #pageContainer { |
| #!/usr/local/cpanel/3rdparty/bin/perl | |
| package skiddie::iContactDisabler4Users; | |
| use strict; | |
| use warnings; | |
| use Cpanel::CustInfo::Model (); | |
| use Cpanel::ArrayFunc::Uniq (); | |
| use JSON::MaybeXS (); |
I hereby claim:
To claim this, I am signing this object:
| use strict; | |
| use warnings; | |
| use WWW::Mechanize; | |
| use Term::ReadKey; | |
| use Getopt::Long; | |
| # Get options | |
| my ( $host, $password, %opts ); | |
| GetOptions( |