まずは、認めたくないが、世界で一番使われているGoogle Chromeをインストール
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable
そして、Hulu、DMMなどで動画を見るためにflash playerやSilverlightといったプラグインをfirefoxで使えるようにする。
参考サイト Pipelight | Installation - Ubuntu
sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --create-mozilla-plugins
flash player
sudo pipelight-plugin --enable flash
flash player 64bit
sudo pipelight-plugin --unlock x64-flash
sudo pipelight-plugin --enable x64-flash
Silverlight
sudo pipelight-plugin --enable silverlight
Widevine(Googleの"Widevine CDM"のかと思ったら違った…)
sudo pipelight-plugin --enable widevine
無効化するときは--disalbe
で指定するようだ
sudo pipelight-plugin --disable flash
ちゃんと成功していれば以下のようにプラグインが表示されるはず