Skip to content

Instantly share code, notes, and snippets.

@tily
tily / simple_twitter.user.js
Created June 22, 2009 14:20 — forked from hitode909/simple_twitter.user.js
make twitter statuses nonsense
// ==UserScript==
// @name nonsensial twitter
// @namespace http://www.hatena.ne.jp/tily/
// @description make posts nonsense.
// @include http://twitter.com/*
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
(function(){
$('li.status:lt(40)').each(function(){