Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created June 5, 2009 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/124126 to your computer and use it in GitHub Desktop.
Save kyanny/124126 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name livedoor wiki new page name auto fill-in
// @namespace http://d.hatena.ne.jp/a666666/
// @include http://cms.wiki.livedoor.com/wiki/add?wiki_id=17071
// ==/UserScript==
(function(){
document.getElementById('name').value = new Date();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment