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
Print("Generate modified Inconsolata") | |
# open | |
Print("Open ./Inconsolata.otf") | |
Open("Inconsolata.otf") | |
# scale | |
ScaleToEm(860, 140) |
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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use File::Basename; | |
use File::HomeDir; | |
use File::Find::Rule; | |
use WebService::Simple; | |
my $appid = 'your-appid-of-developer.yahoo.co.jp'; | |
my $yahooapi = 'http://setsuden.yahooapis.jp/v1/Setsuden/electricPowerForecast'; |
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
// ==UserScript== | |
// @name Hatena Bookmark for old type | |
// @namespace http://nkmrgk.tumblr.com/ | |
// @include http://b.hatena.ne.jp/entry/* | |
// @include http://b.hatena.ne.jp/entry?mode=more&url=* | |
// @version 1.0.1 | |
// ==/UserScript== | |
(function(){ | |
var d=window.document; |
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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use WebService::Simple; | |
use File::Find::Rule; | |
my $appid = 'your-appid-of-developer.yahoo.co.jp'; | |
my $myname = 'tepco-epu'; | |
my $base_url = 'http://setsuden.yahooapis.jp/v1/Setsuden/latestPowerUsage'; |
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
@charset "utf-8"; | |
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
/* 進むボタン削除 */ | |
#forward-button {display:none} | |
/* サーチバー虫眼鏡削除 */ | |
.search-go-button{display:none!important} | |
/* ロケーションバーIMEオフ */ |
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
<?xml version="1.0"?> | |
<!DOCTYPE overlay> | |
<overlay id="mainKeyset_overlay" | |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
<script type="application/x-javascript"><![CDATA[ | |
setTimeout(function(){ | |
var win = document.getElementById('main-window'); | |
var pos = document.getElementById('mainPopupSet'); | |
var mainKeyset = document.getElementById('mainKeyset'); | |
win.insertBefore(mainKeyset, pos); |
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
// ==UserScript== | |
// @name LDR open in background tab mod | |
// @namespace http://ss-o.net/ | |
// @include http://reader.livedoor.com/reader/ | |
// @include http://reader.livedoor.com/public/* | |
// @include http://fastladder.com/reader/ | |
// @include http://fastladder.com/public/* | |
// @version 1.0.3 | |
// ==/UserScript== |
NewerOlder