This file contains 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
// 僕こうかな…けっこう一貫してないけど | |
// 先頭近辺での揃えのスペースがすごく少ないな | |
if (( | |
cond_a || cond_b || | |
cond_c || cond_d) || cond_e) { | |
} | |
test( | |
value1, value2, | |
value3, value4); |
This file contains 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
shortcutkeys['CTRL + D'] = { | |
description : 'LDR hatebu comment', | |
execute : function(e){ | |
var fx = getMostRecentWindow(); | |
var win = wrappedObject(fx.content); | |
if(!/(http:\/\/reader\.livedoor\.com\/reader\/)/.test(win.location)) | |
return; | |
cancel(e); | |
This file contains 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
// ==UserScript== | |
// @name gist - ubiquity | |
// @namespace http://d.hatena.ne.jp/youpy/ | |
// @include http://gist.github.com/* | |
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46 | |
// ==/UserScript== | |
(function() { | |
var data = $X('id("gist_data")'); | |
if(!data) |