Skip to content

Instantly share code, notes, and snippets.

@958
958 / google-calendar.ks.js
Last active September 29, 2015 12:18
[keysnail]Google Calendar Plugin
// 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>
@958
958 / gist:1450681
Created December 9, 2011 08:00
[keysnail]Balus!
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!');
@958
958 / mstranslator.ks.js
Last active February 26, 2024 07:26
[keysnail]MSTranslator
// 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>
@958
958 / gist:1450591
Created December 9, 2011 07:15
[keysnail]特定URLを開いた際にのタブを自動でピン留めする
//以下を .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') {
@958
958 / gpum.ks.js
Last active September 28, 2015 13:38
[keysnail]gpumnail
// 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>
@958
958 / ldrnail.ks.js
Last active September 28, 2015 02:27
[keysnail]LDRnail
// 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>
@958
958 / fasnail.ks.js
Last active September 27, 2015 18:48
[keysnail]facebook plugin
// 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>
@958
958 / cookie-manager.ks.js
Last active April 27, 2016 05:25
[keysnail]Cookie Manager
@958
958 / bookmarktag.ks.js
Last active September 27, 2015 14:48
[keysnail]ブックマークのタグ一覧を表示して、そのタグがついているブックマークをまとめて開く
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[
@958
958 / user-script-manager-ks.js
Last active September 27, 2015 14:48
[keysnail]User script manager
// 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>