Skip to content

Instantly share code, notes, and snippets.

@koki-h
Created May 28, 2009 01:07
Show Gist options
  • Save koki-h/119024 to your computer and use it in GitHub Desktop.
Save koki-h/119024 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name twitter_page
// @namespace koki-h
// @description http://twitter.com/ にアクセスしたときにlocationに自動で"?page=1"を付加する。
// @include http://twitter.com/
// ==/UserScript==
//
//vimperatorを使っていれば"Ctrl+a"で次のページ、"Ctrl+x"で前のページに移動できる
document.location += "?page=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment