itag Code | Container | Content | Resolution | Bitrate | Range | VR / 3D |
---|---|---|---|---|---|---|
5 | flv | audio/video | 240p | - | - | - |
6 | flv | audio/video | 270p | - | - | - |
17 | 3gp | audio/video | 144p | - | - | - |
18 | mp4 | audio/video | 360p | - | - | - |
22 | mp4 | audio/video | 720p | - | - | - |
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
import lz4.block | |
import re | |
import StringIO | |
import struct | |
import urllib2 | |
BASEURL = "http://storage.game.starlight-stage.jp" | |
def fetch_res_ver(): | |
response = urllib2.urlopen("https://starlight.kirara.ca/") |
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/sh | |
LANG=ja_JP.utf8 | |
pid=$$ | |
date=`date '+%Y%m%d-%H%M'` | |
playerurl=http://radiko.jp/player/swf/player_3.0.0.01.swf | |
playerfile="/tmp/player.swf" | |
keyfile="/tmp/authkey.png" |
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 AutoPagerize Filter for NAVER matome | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description NAVERまとめに、AutoPagerizeが適用されるようにします。(Apply "AutoPagerize" to NAVER matome.) | |
// @include http://matome.naver.jp/odai/* | |
// @version 0.1 | |
// ==/UserScript== | |
// Idea of this script based on "misc.AutoPagerize"(http://d.hatena.ne.jp/os0x/20090109/1231489489). | |
// Thanks to id:os0x! |
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 Hatena Haiku notify auto opener | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description はてなハイク1.1の新着通知を自動で開きます。 | |
// @include http://h.hatena.ne.jp/* | |
// @include http://h.hatena.com/* | |
// @include http://h1beta.hatena.ne.jp/* | |
// @include http://h1beta.hatena.com/* | |
// @version 1.2 | |
// ==/UserScript== |
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 AutoPagerize Filter for Yahoo! Auction Japan | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Yahoo!オークションに、AutoPagerizeが適用されるようにします。(AutoPagerize Filter for Yahoo! Auction Japan.) | |
// @include http://auctions.search.yahoo.co.jp/search?* | |
// @version 0.2 | |
// ==/UserScript== | |
// このスクリプトはAutoPagerizeより先に実行される必要があります。 | |
// インストール後、Greasemonkeyの「ユーザースクリプトの管理」メニューで |
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
require 'net/http' | |
module Misuzilla::IronRuby | |
module TypableMap | |
include Misuzilla::Applications::TwitterIrcGateway::AddIns::TypableMap | |
@@commands = [] | |
def self.setup | |
@@typablemap_proc = Session.AddInManager.GetAddIn(Misuzilla::Applications::TwitterIrcGateway::AddIns::TypableMapSupport.to_clr_type).TypableMapCommands |
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 Amazon - toggle "Customer Reviews" | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Enable to toggle "Customer Reviews" on amazon. | |
// @include http://www.amazon.co.jp/* | |
// @include http://www.amazon.com/* | |
// @include http://www.amazon.co.uk/* | |
// @include http://www.amazon.ca/* | |
// @include http://www.amazon.de/* | |
// @include http://www.amazon.fr/* |
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 AutoPagerize API Provider in Hatena Bookmark | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Provide APIs compatible with "AutoPagerize" in Hatena Bookmark | |
// @include http://b.hatena.ne.jp/*/* | |
// @include http://b.hatena.ne.jp/search?* | |
// ==/UserScript== | |
(function() { | |
// set event listeners |
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 Twitter notification auto-click | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Open "new tweets" automatically. | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @version 0.2.1 | |
// ==/UserScript== | |
(function () { |
NewerOlder