UserAgentSwitcherLite

Description
switch user agentuser agent 切り替え
Latest version
0.1.1
Author
pekepeke
License

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/uaSwitchLite.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/uaSwitchLite.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/uaSwitchLite.js
for 1.2
not supported
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/uaSwitchLite.js

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
back to index