zdnetfrSignature

By Dam_ned Last update Jul 31, 2008 — Installed 23 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           zdnetfrSignature
// @namespace      http://dhardy44.free.fr
// @include        http://www.zdnet.fr/actualites/*
// ==/UserScript==

//license public domain

textarea=document.getElementById('comment_text');

if (GM_getValue('zdnetSign')) {
    text = GM_getValue('zdnetSign');
    eval('text="' + text + '"');
    textarea.value=text;
}