Posts

Showing posts with the label Web Browser

[HOW TO] Install Silverlight Plugin in Xubuntu

Updated: 13 Nov 2016 In this article we'll learn how to install the Silverlight Plugin in Xubuntu (tested in Firefox and Xubuntu 14.04). We'll install Pipelight, which is a plugin that allows to view Silverlight videos in Ubuntu which is needed to use services as Netflix or MEO Go. Install Open a terminal window and run: sudo add-apt-repository ppa:pipelight/stable -y && sudo apt-get update && sudo apt-get install pipelight -y && sudo pipelight-plugin --update && sudo pipelight-plugin --enable silverlight && sudo pipelight-plugin --create-mozilla-plugins Usage Restarting your browser after installing and grant permission to run the plugin when the browser asks for it. References Install Silverlight alternative Pipelight in Ubuntu 14.04

[NEWS] Firefox 19 has native PDF support

Image
Fifefox 19 Beta has been released and now PDF files can be viewed in the web-browser using a native viewer written in Javascript. Actually, this is a experimental feature that has been available and could be toggled on, but it's enabled by default in Firefox 19. Install Firefox 19 Beta Open a terminal window and run: sudo add-apt-repository ppa:mozillateam/firefox-next -y && sudo apt-get update && sudo apt-get install firefox References Firefox 19 Beta Brings JavaScript-Based PDF Viewer