Skip to content

Instantly share code, notes, and snippets.

@dlwr
dlwr / extractor.photo.capture.glitch.tbrl.js
Last active August 29, 2015 14:10
ウェブページをキャプチャーしてグリッチして投稿するtaberareloo拡張パッチ
// ==Taberareloo==
// {
// "name" : "Glitch Selected Region"
// , "description" : "Glitch Selected Region"
// , "include" : ["background", "content"]
// , "match" : ["*://*/*"]
// , "version" : "1.0.2"
// , "downloadURL" : "https://gist.githubusercontent.com/dlwr/8f616fc605ff6b99640e/raw/extractor.photo.capture.glitch.tbrl.js"
// }
// ==/Taberareloo==
// ==Taberareloo==
// {
// "name" : "Check how many days have passed without coffee"
// , "description" : "Check how many days have passed without coffee every coffee time(16:30) and tweet it"
// , "include" : ["background"]
// , "version" : "0.1.4"
// , "downloadURL" : "https://gist.github.com/dlwr/2f03e894672551072c38/raw/patch.check.noncoffee.days.tbrl.js"
// }
// ==/Taberareloo==
@dlwr
dlwr / g-lii.user.js
Last active August 29, 2015 14:07 — forked from noromanba/g-lii.user.js
// ==UserScript==
// @name Load Image Immediately
// @namespace http://noromanba.flavors.me
// @description immediately load images w/ PagerExtention for UserScript
// @include http://gigazine.net/*
// @include http://www.moae.jp/comic/*
// @include http://omocoro.jp/*
// @include http://rocketnews24.com/*
// @grant none
// @run-at document-end
@dlwr
dlwr / RAD.js
Last active August 29, 2015 14:07
(function(){
var loading = false;
var first = true;
var RAD_URL = 'http://219.94.245.80:3000/';
var RAD_DEPTH = {
TODAY: 'today',
SINCE_BLOG: 'since_blog',
SINCE_DIARY: 'since_diary'
};
var depthSelectBox = document.createElement('form');
var wrap = document.createElement('div');
wrap.style.backgroundColor = 'rgba(255,250,255, 0.7)';
wrap.style.color = '#000';
wrap.style.display = 'table';
wrap.style.fontSize ='90px';
wrap.style.height = '100%';
wrap.style.left = '0';
wrap.style.position = 'fixed';
wrap.style.textAlign = 'center';
wrap.style.top = '0';