タグ

ブックマーク / wlt.hatenablog.jp (1)

  • VimperatorでGreasemonkeyみたいな事をする - wlt’s blog

    2010/02/09修正: Google検索のやつをFirefox 4.0b11でも動くようにした 特定のウェブページにちょっとしたユーザスクリプトを当てたい事があるけど、グリモンに追加するほどのものでもないし、さくっとVimpだけでやりたい時がある。Vimpにはそもそもautocmdコマンドがあるのでこれを使えばいいけど、ちょっと面倒。と言うわけで簡単なユーティリティ関数を書いた。 // Greasemonkeyライクなautocmdユーティリティ // window, unsafeWindowの代わりにcontent, unsafeContent function vimpMonkey(urlRegexPattern, func) { var cmd = eval('(function(args) {' + 'var content = tabs.getTab(args.tab - 1

    VimperatorでGreasemonkeyみたいな事をする - wlt’s blog
  • 1