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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>Google Calendar</name> | |
<description>Google Calendar from KeySnail</description> | |
<author>958</author> | |
<version>0.0.2</version> | |
<updateURL>https://gist.github.com/958/1599902/raw/google-calendar.ks.js</updateURL> | |
<license>MIT</license> |
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
ext.add('balus', function(ev, arg) { | |
plugins.twitterAPI.request('statuses/update', { | |
params: { status: L('バルス!!') }, | |
ok: function() display.echoStatusBar(L('目がぁぁぁ、目がぁぁぁぁ!')), | |
ng: function() display.echoStatusBar(L('3分間待ってやる')) | |
}); | |
}, 'Balus!'); |
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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>MSTranslator</name> | |
<description>Microsoft Translator with KeySnail</description> | |
<updateURL>https://gist.github.com/958/1450594/raw/mstranslator.ks.js</updateURL> | |
<author>958</author> | |
<version>0.0.2</version> | |
<license>MIT</license> |
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
//以下を .keysnail.js の PRESERVE エリアへ | |
// ここにURLを正規表現で指定する | |
plugins.options['autopin.pin_urls'] = [ | |
'^http://www\\.google\\.com/reader/view/', | |
'^https?://mail\\.google\\.com/mail/', | |
'^http://www\\.tumblr\\.com/dashboard', | |
]; | |
if (typeof (gBrowser) != 'undefined') { |
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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>gpumnail</name> | |
<description>Manipulate gpum with KeySnail</description> | |
<updateURL>https://gist.github.com/958/1446456/raw/gpum.ks.js</updateURL> | |
<author>958</author> | |
<version>0.0.4</version> | |
<license>MIT</license> |
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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>LDRnail</name> | |
<description>LDRize clone with KeySnail</description> | |
<description lang="ja">LDRize を KeySnail で</description> | |
<iconURL>https://sites.google.com/site/958site/Home/files/ldrnail.png</iconURL> | |
<updateURL>https://gist.github.com/958/1369730/raw/ldrnail.ks.js</updateURL> | |
<author>958</author> |
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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>faSnail</name> | |
<description>Yet another facebook client for KeySnail</description> | |
<author>958</author> | |
<iconURL>https://sites.google.com/site/958site/Home/files/fasnail.ks.png</iconURL> | |
<updateURL>https://gist.github.com/958/1315917/raw/fasnail.ks.js</updateURL> | |
<version>0.0.8</version> |
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
var PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>Bookmark tag</name> | |
<description lang="ja">ブックマークのタグ一覧を表示して、まとめて開く</description> | |
<updateURL>https://gist.github.com/958/1286792/raw/bookmarktag.ks.js</updateURL> | |
<license>MIT</license> | |
<minVersion>1.8.0</minVersion> | |
<author>958</author> | |
<version>0.0.1</version> | |
<detail><![CDATA[ |
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
// Info | |
let PLUGIN_INFO = | |
<KeySnailPlugin> | |
<name>User script manager</name> | |
<description>User script manager</description> | |
<description lang="ja">User スクリプト 管理</description> | |
<author>958</author> | |
<iconURL>https://sites.google.com/site/958site/Home/files/user-script-manager.ks.png</iconURL> | |
<updateURL>https://gist.github.com/958/1286784/raw/user-script-manager-ks.js</updateURL> |