今バルセロナに超能力の嵐が吹き荒れる! ようこそ、サイキックアイドル、ユッコの本拠地へ! パワーよ集えっ!
ただの歌と思わないでね!
えっ、ただの歌だった? い、いきなり本気出したらつまらないし
<h1 id=title>みりあジュークボックス</h1> | |
<p>Chrome や Safari で動作します。<p> | |
<div id="e"> | |
<img src="http://125.6.169.35/idolmaster/image_sp/card/l/0793eaf891f21d96424137f2fb375650.jpg" alt="" width=320> | |
</div> | |
<div id="serifu"> </div> | |
<div id="jukebox"> | |
<p> | |
volume <input type=range min=0 max=1.0 value=0.5 step=0.05 id=volume /> |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: iAtYJ4HpUVfIUoNnif1DA
// ==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) { |
// ==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('のケ-キ', ''); | |
} |
#!/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 |
// 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) |
# デッキの並び換えでページ遷移しない | |
return if location.href.indexOf('/deck') < 0 | |
# ターボリンクのようなことをする | |
replaceBody = (html) -> | |
parser = new DOMParser() | |
doc = parser.parseFromString(html, 'text/html') | |
body = document.importNode(doc.body) |