Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{ | |
"time": "8/6(水) 14:59", | |
"rank": 76, | |
"data": [ | |
{ | |
"name": "七尾百合子", | |
"point": 2658793 | |
}, | |
{ | |
"name": "望月杏奈", |
毎週木曜 18:00
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
# デッキの並び換えでページ遷移しない | |
return if location.href.indexOf('/deck') < 0 | |
# ターボリンクのようなことをする | |
replaceBody = (html) -> | |
parser = new DOMParser() | |
doc = parser.parseFromString(html, 'text/html') | |
body = document.importNode(doc.body) |
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
// 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) |
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
#!/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 |
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 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('のケ-キ', ''); | |
} |
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 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) { |