Category Archives: World Wide Web

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

Weltmaschine.de

Just on time for the LHC start-up the Federal Ministry of Education and Research in collaboration with the German institutes working on the LHC and it’s experiments launched a new website called Weltmaschine.de (only German though).

It is another piece of an outreach campaign that started with the very successful LHC-Train that was cruising the S-Train ring in Berlin for the Long Night of Science in June.
The Grand Finale is an exhibition in the so far unused subway station Bundestag in the period from October 15th to November 16th.

(c) Logo – BMBF/CERN