I'm playing with downloading javascript to my phone, over the providers
email service.
It's rather slow.
Is there anything that will compress javascript, doing things like
reducing identifiers to short unique strings, killing spaces and
redundant braces, removing comments, ...
Things that work around repeated use of long built-in functions would
be nice too.
The eventual aim is to run scripts on the phone (NEC e313) to allow
(with the aid of an web-email proxy) somewhat limited browsing,
to get past the networks firewall.
They have signed up various content providers (none of which I have
any interest whatsoever in) to provide exclusive content, so won't
allow general web access, which is a bit annoying.
Bandwidth can go below 1K/s or so, so every little bit extra is nice.
Many thanks.
email service.
It's rather slow.
Is there anything that will compress javascript, doing things like
reducing identifiers to short unique strings, killing spaces and
redundant braces, removing comments, ...
Things that work around repeated use of long built-in functions would
be nice too.
The eventual aim is to run scripts on the phone (NEC e313) to allow
(with the aid of an web-email proxy) somewhat limited browsing,
to get past the networks firewall.
They have signed up various content providers (none of which I have
any interest whatsoever in) to provide exclusive content, so won't
allow general web access, which is a bit annoying.
Bandwidth can go below 1K/s or so, so every little bit extra is nice.
Many thanks.
Comment