This file contains hidden or 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
<!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"/> |
This file contains hidden or 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
// ==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== |
This file contains hidden or 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
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) |
This file contains hidden or 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
@-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; |
This file contains hidden or 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
@-moz-document domain("modernfart.jp") { | |
#rsidebar { | |
display:none; | |
} | |
#contents { | |
width:80%; | |
} | |
#header, |
This file contains hidden or 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
{ | |
"form_key": "mZXvcNlHKyiXmHnZeE73DfDmNkM", | |
"channel_id": "taizooo", | |
"detached": true, | |
"reblog": true, | |
"reblog_id": "41506878520", | |
"reblog_key": "mIeNjNz9", | |
"errors": false, | |
"created_post": true, | |
"context_page": "dashboard", |
This file contains hidden or 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
html, body, div, span, font, table, td, th, tr, ul, ol, li{ | |
text-align: left !important; | |
} | |
body { | |
font-size: 100% !important; | |
font-family: Helvetica, "Helvetica Neue", "Lucida Sans Unicode", Meiryo, "メイリオ" !important; | |
text-decoration: none !important; | |
background-color: #ddd !important; | |
width:75% !important; | |
margin-top:0 !important; |
This file contains hidden or 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 Diary: append datetime to ins/del | |
// @namespace http://lowreal.net | |
// @include http://d.hatena.ne.jp/* | |
// @include http://*.g.hatena.ne.jp/* | |
// @include https://*.g.hatena.ne.jp/* | |
// ==/UserScript== | |
// cf. http://coderepos.org/share/browser/lang/javascript/userscripts/hatena.diary.appendinsdeldatetime.user.js? | |
// cf. http://subtech.g.hatena.ne.jp/cho45/20080409/1207672776 |
This file contains hidden or 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
@-moz-document url-prefix("http://connpass.com/event/1533/") { | |
#main_area a[href^="http://mactkg.hateblo.jp/"] { | |
background-color: lime; | |
} | |
} |
This file contains hidden or 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
パンツチェックワンツー |