Category Archives: World Wide Web

Hiking online

Since we had some troubles finding nice and well described hikes, and maybe also because I like adding things to my webpage, I now have a section on hikes.
Each hike comes with some information on duration, height and length, with a map and an elevation profile … the last and very nice hike I did on Sunday is also in!
I’ll try to add more over the coming weekends/months/years …

Unlock Deezer

Just patched a little Greasemonkey script to unlock the full features of Deezer!
Which was until they locked all songs in Germany my most favourite web radio.
Now we’re back at that point … ;)

Here you go:

// ==UserScript==
// @name Deezer Version 2 Unlocker
// @namespace Enables disabled songs on Deezer
// @description Enables disabled (grayed-out) songs on Deezer. This script replaces the GeoIP location with French, but leaves (most of) the actual Deezer application in English.
// @include http://www.deezer.com/
// @include http://www.deezer.com/*
// @include http://deezer.com/
// @include http://deezer.com/*
// @include http://*.deezer.com/*
// ==/UserScript==
document.getElementById("flash").innerHTML = document.getElementById("flash").innerHTML.replace(/geoip=DE/g, "geoip=FR");
document.getElementById("player").innerHTML = document.getElementById("player").innerHTML.replace(/geoip=DE/g, "geoip=FR");
document.getElementById("focus").innerHTML = document.getElementById("focus").innerHTML.replace(/geoip=DE/g, "geoip=FR");

SplitBill

Since I just finished writing a little tool that could be useful for others, Iwill today use my blog for advertising it … after all it’s my blog ;)

SplitBill helps you disentangle the huddle you are in after having had holidays or a party with your friends and/or beloved where everyone payed part of the thing.
Simply enter your ‘shopping list’, meaning the expenses of everyone, and the calculations like ‘who gets what from whom’ and others will be done for you …

It’s the first version, so feedback of any kind is welcome :)
http://www.samedia.de/~splitbill