This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ScriptishでもLDRizeが使えるように、Greasemonkey用のパッチを流用して適応。 | |
// via. | |
// [Firefox 4.0b10でGreasemonkey 0.9.1のユーザスクリプトのwindowを共通にする改造(開発者orVimper向け) - wltの日記](http://d.hatena.ne.jp/wlt/20110130/1296359063) | |
// support. | |
// Greasemonkey 0.9.5 | |
// Scriptish 0.1.1 - 0.1.4 | |
javascript <<EOM | |
autocommands.add( | |
'VimperatorEnter', '.*', | |
function () { |
OlderNewer