Gmail Check Sender Email

By Ron Burgandy Last update Dec 20, 2007 — Installed 1,680 times. Daily Installs: 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0
// ==UserScript==
// @name           Gmail Check Sender Email
// @namespace      http://userscripts.org/scripts/show/9904
// @description    Make sure you send your emails from the desired address
// @author         2007civicsi@gmail.com
// @include        http*://mail.google.com/*
// ==/UserScript==

var whatEmail = document.getElementById("1f2t").value;
var button = document.getElementById("1f26");
button.setAttribute("onclick","alert('hi')");