Website for Sprint's MVNO is poorly designed, and seems to only work properly on Internet Explorer.
To make the website more usable under FireFox, changes in CSS are needed.
To accomplish this, we use FireFox Add-on Stylish.
### Keybase proof | |
I hereby claim: | |
* I am dengel on github. | |
* I am dengel (https://keybase.io/dengel) on keybase. | |
* I have a public key ASDzmmjYFb93YZiyp_Jf3O7WnvZTgixZ758Cw86eRwFS5Qo | |
To claim this, I am signing this object: |
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"route53:ChangeResourceRecordSets", | |
"route53:GetHostedZone", | |
"route53:ListResourceRecordSets" | |
], | |
"Effect": "Allow", | |
"Resource": [ |
#!/bin/bash | |
# | |
SITE="amiawesome.com" | |
FILE="$SITE-`date +%Y-%m-%d`.tgz" | |
KEEP=5 | |
# Update local mirror | |
wget -m -q http://$SITE/ |