Category Archives: Software Tips

Disable grey urls in Firefox’s address bar

Firefox 6 and higher support a new feature that will automatically color the domain name and the top level domain black, greying out the rest of the URL.

Since this feature is enabled by default in the latest versions you might want to disable it if you don’t like the way Firefox is displaying the URL in the address bar. If that is the case simply follow the steps below.

browser.urlbar.formatting.enabled (true)
Firefox url formatting color setting enabled

browser.urlbar.formatting.enabled (false)
Firefox url formatting color setting disabled

How to disable Firefox’s url formatting.

  1. Type about:config in your address bar and press enter.
  2. Search for browser.urlbar.formatting.enabled.
  3. Make sure the value is set to false.

The URL in the address bar should now be colored in black only.

Disable recently closed tabs and recently closed windows in Firefox

Firefox’s recently closed tabs and recently closed windows are not controlled by the history settings. Which means even if you have history disabled the last windows and tabs you closed will still be there.

If you are worried about your privacy and you don’t want others to able to find out the last websites you visited then an addition solution to disabling the history is to disable the recently closed tabs and recently closed windows as well.

In order to do that you will need to following the steps below:

  1. Type about:config in your address bar and press enter.
  2. Search for browser.sessionstore.max_windows_undo and browser.sessionstore.max_tabs_undo.
  3. Change the value to the number of max entries you want Firefox to remember. Use 0 to disable them completely.

And as always, if you are making changes to Firefox’s configuration, it is always wise to restart Firefox once the changes have been made.

Windows 8.1 mouse issues FIX

With the release of Windows 8.1 there have been some concerning issues with the mouse movement. In some cases the mouse would keep start stuttering or even freeze while playing games.

After a few days of investigating the problem Microsoft managed to find a way to fix a few of these issues.

Windows patch KB2908279 fixes the following issues:

  • Mouse jitters (jumps forward and back) as you move it through a game.
  • Mouse movement is not to scale even after acceleration is turned off.
  • Measured mouse Polling Rate has a lower reporting frequency than expected.

Microsoft also suggests to follow the following workarounds if you are suffering from these issues:

  • KB2907016 – Mouse may not be able to reach all areas of the game window.
  • KB2907018Can’t left-click with an integrated pointing device immediately after pressing a key.

Bypass the Internet Explorer 10 requirement for Visual Studio 2013

Since the release of Visual Studio 2013 there have been some complains about one of the requirements in particular. Some versions of Visual Studio 2013 require Internet Explorer 10 to be installed or else the installation refuses to continue. For users that for some reasons they can’t, or simply don’t want to install Internet Explorer 10 on their system this might pose a big problem as they won’t be able to upgrade to the latest version of Visual Studio.

Luckily a user managed to find a workaround that can be used till Microsoft manages to find a way to remove this requirement. The workaround basically tricks the installer into thinking that you already have Internet Explorer 10 installed on your system, therefore allowing the installer to resume the installation.

Simply paste the following lines in a file and save it as .bat. Then simply run it. After that the registry entries should be modified and you can continue the installation of Visual Studio 2013 as you normally would, this time without the Internet Explorer 10 requirement error.

Note that since this alters the registry entries under HKEY_LOCAL_MACHINE you might need administration rights. So make sure that the .bat file you created is run as admin.

If you are having issues creating the .bat file I’ve attached it below for you.

Download

How to watch streams on VLC

The majority of the popular stream services such as Twitch.tv, Justin.tv, GOMTV.net, etc, display their streams through the flash plugin. Because of that a lot of users might experience high CPU usage generated by the flash plugin as well as causing the stream to lag more because of the overhead that is created.

Thankfully there is a way to watch those streams directly in your VLC player with the use of Livestreamer.

Livestreamer currently supports the following services:

NameLiveVODNotes
Aliez.tvYesNo 
Azubu.tvYesNo 
Cast3D.tvYesYes 
DailymotionYesNo 
Euronews.comYesNo 
Filmon.comYesYesOnly SD (HD requires authentication)
FreedocastYesNo 
GOMTV.netYesYesRequires authentication.
Hashd.tvYesYes 
ILiveYes 
LivestationYes 
LivestreamYesBoth new and old site supported.
MipsYes 
Owncast.meYes 
SVT PlayYesYesVideos may be geo-restricted to Sweden.
Twitch/Justin.tvYesYesPossible to authenticate for access to protected streams.
UStream TVYesYes 
Veetle.comYesYes 
Weeb.tvYesRequires rtmpdump with K-S-V patches.
YouTubeYesYes 
YYCastYes 

The usage of Livestreamer is fairly easy. First you will need the link of the stream you would like to watch. Example: twitch.tv/<streamer id>

Then we need to find which, if any, streams are available, this is done by passing the stream link to Livestreamer as follows.
livestreamer.exe twitch.tv/<streamer id>

The above example will output the streams that are available to watch, assuming the stream link is valid and currently live. The output will be something similar to this if the above requirements are met:

The part we are interested about are the “available streams”. Assuming available streams are found we can simply execute Livestreamer again with the link and the quality you want to watch as parameters.

Example:
livestreamer.exe twitch.tv/<streamer id> mobile_high

Alternative you can use the words in the parenthesis (best/worst etc).

And there you have it. Livestreamer should then launch VLC for you and start displaying the stream.

Note: Keep in mind that by viewing the streams through VLC you will not receive any ads the streamers will play. If you wish to support the streamers please consider running the stream on a separate browser in the background with the lowest quality while setting it on mute so it won’t bother you while still supporting your favorite streamers.

You can download the current latest version of Livestreamer below.

Download