Skip to content

Instantly share code, notes, and snippets.

View ailispaw's full-sized avatar
🏠
Working from home

A.I. ailispaw

🏠
Working from home
View GitHub Profile
@ailispaw
ailispaw / patch.fix.missing.ctx.host.tbrl.js
Last active January 6, 2020 13:11
Fix missing ctx.host for Chrome Dev 43
// ==Taberareloo==
// {
// "name" : "Fix missing ctx.host"
// , "description" : "Fix missing ctx.host"
// , "include" : ["content"]
// , "match" : ["*://*/*"]
// , "version" : "0.1.1"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/2f15aeabf922afada020/raw/patch.fix.missing.ctx.host.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.getTumblelogs.tbrl.js
Last active December 28, 2021 04:33
Fix Tumblr.getTumblelogs 2021.10
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.getTumblelogs 2021.12"
// , "description" : "Fix Tumblr.getTumblelogs 2021.12"
// , "include" : ["background"]
// , "version" : "0.5.2"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3aef8857c274e22f2b41/raw/patch.fix.tumblr.getTumblelogs.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.update.tumble.favicon.tbrl.js
Last active January 6, 2020 13:11
Update Tumblr's favicon 2015.06
// ==Taberareloo==
// {
// "name" : "Update Tumblr's favicon 2015.06"
// , "description" : "Update Tumblr's favicon 2015.06"
// , "include" : ["background"]
// , "version" : "0.1.1"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/db3d9be7620e75e44045/raw/patch.update.tumble.favicon.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.extractor.youtube.extract.tbrl.js
Last active January 6, 2020 13:10
Fix extractor for YouTube
// ==Taberareloo==
// {
// "name" : "Fix extractor for YouTube"
// , "description" : "Fix extractor for YouTube"
// , "include" : ["content"]
// , "match" : ["*://*.youtube.com/watch*"]
// , "version" : "0.2.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/0b8eef48ffa07a9ef56a/raw/patch.extractor.youtube.extract.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.twitter.upload.tbrl.js
Last active January 6, 2020 13:10
Fix Twitter.upload 2016.08
// ==Taberareloo==
// {
// "name" : "Fix Twitter.upload 2016.08"
// , "description" : "Fix Twitter.upload 2016.08"
// , "include" : ["background"]
// , "version" : "0.3.1"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/f0cf8e6db802b51a9790/raw/patch.fix.twitter.upload.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / Makefile
Created June 23, 2015 16:57
RancherOS on xhyve
all: initrd vmlinuz
initrd vmlinuz: rancheros.iso
hdiutil mount rancheros.iso
cp /Volumes/RancherOS/boot/$@ .
hdiutil unmount /Volumes/RancherOS
rancheros.iso:
curl -OL https://github.com/rancherio/os/releases/download/v0.3.1/rancheros.iso
@ailispaw
ailispaw / boot2docker-xhyve.md
Last active June 15, 2016 20:57
Manage boot2docker-xhyve from the menu bar
@ailispaw
ailispaw / minimal-docker-hosts.md
Last active November 15, 2019 01:08
メモ:Docker ホスト用軽量 OS の比較
Barge OS RancherOS Boot2Docker
Release 2019/06/11 2019/08/22 2019/11/14
Version 2.13.0 1.5.4 19.03.5
Size 14 MB 130 MB 57 MB
Kernel 4.14.125 4.14.138 4.14.154
User Land Buildroot(glibc) + BusyBox v1.30.1 Buildroot(glibc) + BusyBox v1.27.2 Tiny Core Linux v10.1(glibc) + BusyBox v1.29.3
Docker 1.10.3 (*1) 18.09.8 (*1) 19.03.5
Storage Driver overlay / overlay2 (*2) overlay2 (*3) overlay2 (*3)
TLS (*4)
@ailispaw
ailispaw / .dockerignore
Last active October 14, 2015 01:15
pottava/docker-webui with docker-alpine on docker-root
Vagrantfile
.vagrant/
@ailispaw
ailispaw / patch.fix.twitter.update.tbrl.js
Last active February 3, 2020 03:01
Taberareloo Patch: Fix Twitter.update 2020.02
// ==Taberareloo==
// {
// "name" : "Fix Twitter.update 2020.02"
// , "description" : "Fix Twitter.update 2020.02"
// , "include" : ["background"]
// , "version" : "0.5.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/9406c2ffacf68c6ad238/raw/patch.fix.twitter.update.tbrl.js"
// }
// ==/Taberareloo==