Skip to content

Instantly share code, notes, and snippets.

View alex-kinokon's full-sized avatar
🏳️‍🌈
I may be slow to respond.

Alex alex-kinokon

🏳️‍🌈
I may be slow to respond.
  • Québec
View GitHub Profile
@staltz
staltz / introrx.md
Last active October 26, 2025 03:06
The introduction to Reactive Programming you've been missing
@castaneai
castaneai / kashi-time.js
Created November 27, 2012 13:55
kashi-time歌詞取得
javascript: (function() {
if (!location.href.match(/^http:\/\/www\.kasi-time\.com\/item-([0-9]+)\.html/)) {
return false;
}
if (typeof jQuery == 'undefined') {
var d = document;
var e = d.createElement('script');
e.type = 'text/javascript';
e.onload = bml;