Ehrensenf Download Link

By Matthias Bauer Last update Nov 10, 2006 — Installed 395 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
// ==UserScript==
// @name           Ehrensenf Download Link
// @namespace      net.moeffju.gm.uifix.ehrensenf.dllink
// @description    Immediately show the Download link at Ehrensenf
// @include        http://www.ehrensenf.de/*
// @include        http://ehrensenf.de/*
// ==/UserScript==

if (var dllink = document.getElementById('downloadLink')) { dllink.style.visibility = 'visible'; }