Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created July 11, 2009 05:46
Show Gist options
  • Save hitode909/145093 to your computer and use it in GitHub Desktop.
Save hitode909/145093 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name count div
// @namespace http://www.hatena.ne.jp/hitode909/
// @description count div
// @include *
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
(function(){
console.log($('div').length);
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment