Skip to content

Instantly share code, notes, and snippets.

@furugomu
furugomu / clock.svg
Created January 28, 2015 08:39
ナウローディングに使う時計
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@furugomu
furugomu / 20140806-1459.json
Last active August 29, 2015 14:04
ハッピーハッピーパフォーマンスのボーダー
{
"time": "8/6(水) 14:59",
"rank": 76,
"data": [
{
"name": "七尾百合子",
"point": 2658793
},
{
"name": "望月杏奈",
@furugomu
furugomu / 例の森.md
Created July 14, 2014 15:08
例の森

例の森

[ゆるふわ乙女]高森藍子

[真心の射手]水野翠+

@furugomu
furugomu / azusa.md
Last active August 29, 2015 13:57
春のあずさたどころ

棒の色

かっこ付きはその色で代替できる人。

  • 春香
  • 春日未来
  • ジュリア
@furugomu
furugomu / x.coffee
Created February 13, 2014 16:26
デッキの並び換えでページ遷移しない
# デッキの並び換えでページ遷移しない
return if location.href.indexOf('/deck') < 0
# ターボリンクのようなことをする
replaceBody = (html) ->
parser = new DOMParser()
doc = parser.parseFromString(html, 'text/html')
body = document.importNode(doc.body)
@furugomu
furugomu / bookmarklet.js
Created February 13, 2014 14:52
行ける所まで行くブックマークレット for アイドルマスターミリオンライブ!
// Flash みたいなところで実行すると、合同フェスやエリア終了あたりまで自動で進む。
javascript:f=function(u){console.log(u);$.get(u).done(function(d,m){m=/_root\.next_url\s*=\s*([\'\"])(.+?)\1/.exec(d);m?f(m[2]):location.href=u})};f(location.href)
@furugomu
furugomu / rec_radiko.sh
Last active January 2, 2016 11:28 — forked from saiten/rec_radiko.sh
みっつめ以降の引数を rtmpdump に渡すようにした
#!/bin/bash
playerurl=http://radiko.jp/player/swf/player_4.0.0.00.swf
playerfile=./player.swf
keyfile=./authkey.png
if [ $# -eq 1 ]; then
channel=$1
output=./$1.flv
shift
// ==UserScript==
// @name million live christmas
// @include http://imas.gree-apps.net/app/index.php/flash/play/id/campaign_0003
// ==/UserScript==
var f = function() {
if (_root.name == '千鶴')
_root.text2 = _root.text2.replace('のケ-キ', '');
}
@furugomu
furugomu / millionlive.user.js
Created October 22, 2013 10:04
フラッシュ的な物の右下にスキップボタンを追加する。WebHubで使え。
// ==UserScript==
// @name million live
// @include http://app.ip.bn765.com/app/index.php/*
// @include http://imas.gree-apps.net/app/index.php/*
// ==/UserScript==
var script = document.createElement('script');
var f = function() {
if (window._root && _root.next_url) {