Skip to content

Instantly share code, notes, and snippets.

RAC その歴史

evolution

RAC ( reblog advent calend*e*r ) とは

アドベントカレンダーと称して12/1から12/25まで、それぞれかわるがわる tumblr を更新していくというものです。

<h1>Photosetの記事は<code>{Photoset}</code>を使うとiframeになる</h1>
<p><code>{dlock:Photos}</code>や<code>{JSPhotosetLayout}</code>を使えばiframeせずに自由に組めるようですが、レイアウトまで実装するのが面倒であればいったんは{Photoset}に任せるのが楽です。iframeには<code>photoset</code>クラスが付きます。プレビューでは展開されないのでバグっているように見えますが、実際にはちゃんと表示されます。</p>
<h1>Photosetの記事は<code>{Photoset}</code>を使うとiframeになる</h1>
<p><code>{block:Photos}</code>や<code>{JSPhotosetLayout}</code>を使えばiframeせずに自由に組めるようですが、レイアウトまで実装するのが面倒であればいったんは{Photoset}に任せるのが楽です。iframeには<code>photoset</code>クラスが付きます。プレビューでは展開されないのでバグっているように見えますが、実際にはちゃんと表示されます。</p>
http://reblogadventcalendermach33.tumblr.com/private/69673158074/tumblr_l9kj49isb41qbw8y4
っていう、キューに入っている post を削除したら
{"post_id":"69673158074","channel_id":"reblogadventcalendermach33","form_key":"MDXpNIKi99NnRdc71Y75alaluE"}
っていう form data を
http://www.tumblr.com/svc/post/delete
っていう url に post してた
body {
background-image: url(http://gyazo.com/1197269282441badd7bbe414fd960e1a.png);
background-attachment: fixed;
background-repeat: repeat;
color:rgb(204,204,204);
}
#wrapper {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- DEFAULT COLORS -->
<meta name="color:Background" content="#666"/>
<meta name="color:Content Background" content="#fff"/>
<meta name="color:Header Background" content="#4AADF0"/>
<meta name="color:Title" content="#fff"/>
<meta name="color:Description" content="#094E7C"/>
@taizooo
taizooo / patch.check.wedata.tbrl.js
Last active December 28, 2015 09:39 — forked from YungSang/patch.check.wedata.tbrl.js
Taberareloo パッチ: wedata.net を3時間毎にチェックして Wedata.net is still down だったら "ハロー wedata.net ハロー、ハロー" してくれるやつ 改
// ==Taberareloo==
// {
// "name" : "Check availability of wedata.net and Tweet"
// , "description" : "Check availability of wedata.net every 3 hours and tweet it"
// , "include" : ["background"]
// , "version" : "0.3.1.4"
// , "downloadURL" : "https://gist.github.com/taizooo/7480615/raw/patch.check.wedata.tbrl.js"
// }
// ==/Taberareloo==
function randlen(x, l) {
var n = Math.floor(l * Math.random());
var s = ''
for (var i = 0; i < n; i++) {
s += x;
}
return s;
}
// randlen('\u200B',100)
@taizooo
taizooo / delete_blue_line.user.css
Last active December 22, 2015 00:09
twitter の青い線、t1_core.bundle.cssの該当部分 https://twitter.com/taizooo/status/373344546190401537
@-moz-document domain("twitter.com") {
/* in-reply-to の tweet 消すヤツ */
.conversation-tweet-item {
display:none;
}
/* 青い線消すヤツ */
.conversation-module > li:after,
.conversation-module > li:before {
background-color: transparent !important;
@-moz-document domain("modernfart.jp") {
#rsidebar {
display:none;
}
#contents {
width:80%;
}
#header,