Commands
- :ua [uaname]
- User Agent を切り替えます。
- :ua
- User Agent を表示します。
.vimperatorrrc
javascript <<EOM
liberator.globalVariables.useragent_list = [
{
description: 'Internet Explorer 7 (Windows Vista)',
useragent: 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)',
appname: 'Microsoft Internet Explorer',
appversion: '4.0 (compatible; MSIE 7.0; Windows NT 6.0)',
platform: 'Win32',
}, {
description: 'Netscape 4.8 (Windows Vista)',
useragent: 'Mozilla/4.8 [en] (Windows NT 6.0; U)',
appname: 'Netscape',
appversion: '4.8 [en] (Windows NT 6.0; U)',
platform: 'Win32',
}, {
description: 'Google',
useragent: 'Googlebot/2.1 (+http://www.google.com/bot.html)',
}];
EOM