To enable:
rm /etc/fonts/conf.d/70-no-bitmaps.conf
sudo fc-cache -fv
or if you don't have admin/root access then
cp /etc/fonts/conf.avail/70-force-bitmaps.conf to ~/.fonts.conf.d
fc-cache -vf ~/.fonts
rm /etc/fonts/conf.d/70-no-bitmaps.conf
sudo fc-cache -fv
cp /etc/fonts/conf.avail/70-force-bitmaps.conf to ~/.fonts.conf.d
fc-cache -vf ~/.fonts
xcode-select --install
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-latest.tar.gz
tar -xzf autoconf-latest.tar.gz
cd autoconf-2.69./configure && make && sudo make install
curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz
tar -xzf libtool-2.4.2.tar.gz
cd libtool-2.4.2./configure && make && sudo make install
curl -OL http://ftpmirror.gnu.org/automake/automake-1.14.tar.gz
tar -xzf automake-1.14.tar.gz
cd automake-1.14
./configure && make && sudo make install
git clone git://github.com/google/protobuf
cd protobuf
./autogen.sh
configure
make
sudo make install
go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/protoc-gen-go
protoc --go_out=.
From
http://www.example.com/page1.html
To
http://googledrive.com/host/page1.htmlWith the mapping, use GAE's FetchURL service to grab the file and pass it back to the caller. That's it.
body { -webkit-font-smoothing: none; }
{ "manifest_version": 2, "name": "Disable AntiAlias in Chrome", "version": "0.1", "content_scripts": [{ "matches": ["https://*/*", "http://*/*"], "css": ["style.css"] }] }