comics.com

快適にするためいくつか書いた。

余談
  • SEARCH に選択肢は無いが,パラメータをいじれば逆順に表示可能。これで古い方から順に読める。
javascript:/*comics.com:reverse*/with(location)search=search.replace(/\+DE(?=SC\b)/,'+A')
  • gist の Description 編集が壊れてる(?)っぽかったので以下を使った。
javascript:with($('#gist-text-description'))void($.post('/gists/'+/\d+/(location)+'/update_description',{description:prompt('Description:',text())},function(d){html(d)}))