Skip to content

Instantly share code, notes, and snippets.

View jk3us's full-sized avatar

Jay Knight jk3us

View GitHub Profile
@jk3us
jk3us / spamcop_autofocus.user.js
Created January 20, 2009 14:57
User Script to focus the textarea on spamcop.net, for quick, keyboard-only spam submission
// ==UserScript==
// @name SpamCop Auto-Focus
// @namespace http://jk3.us/gmns
// @description SpamCop Auto-Focus
// @include http://www.spamcop.net/
// ==/UserScript==
(function() {
var input = document.getElementsByTagName("textarea");
if (input.length == 1)