// ==UserScript==
// @name            Show 9999 Posts in Blogger
// @namespace       http://www.kuribo.info/
// @author          kuribo
// @include         http://www.blogger.com/posts.g?blogID=*
// @exclude         http://www.blogger.com/posts.g?blogID=*&selNumPosts=*
// @description     Show 9999 Posts in Blogger
// ==/UserScript==

location.href = location.href + "&selNumPosts=9999";
