Category Archives: Computers and IT

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");

1234567890

Just in case you missed it!
In the very second it is 1234567890.

And for all of you that don’t understand: it’s CET UNIX time!
1234567890 seconds since midnight of January 1st, 1970!

Woohoo … Party!

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