:set! javascript.enabled=trueを
:set javascript :set nojavascriptのようにマッピングするためのプラグインです。
js <<EOF
liberator.globalVariables.options_migrate_user_pref =
[
{
pref: 'javascript.enabled',
description: 'Using JavaScript',
command: ['javascript', 'js'],
},
{
pref: 'font.size.fixed.ja',
description: 'JA fixed font-size',
command: ['jaffont'],
}
];
EOF