2014

the whole world is peaceful.

code

現代思想化

現代思想化JavaScript var tbl = "を/そのものを/"+ "ってこと/性/"+ "みたい/的/"+ "ーん/ーん(記号そのものとの出会い)/"+ "わない/うことなどおおよそありえない/"+ "いでした/いということは本稿の論理からも帰結される/"+ "いです/いということは本稿…

console.log 書き換え

http://cho45.stfuawsc.com/jsdeferred/ http://cho45.stfuawsc.com/jsdeferred/doc/scripts.js if (!window.console) window.console = { log: function () {} }; $('pre.runnable').each(function () { var pre = $(this); var code = new Function('conso…

Debuglet

http://let.hatelabo.jp/l function(scripts, callback, errorback) { if (typeof errorback != 'function') errorback = function(url) { alert('jsloader load error: ' + url) }; var cssRegexp = /.css$/; var load = function(url) { if (cssRegexp.tes…

$X

http://let.hatelabo.jp/taizooo/let/gYC-xpPIvJP5Lg /* * @title $X * @description XPath * @include http://* * @license MIT License * @javascript_url */ // $X on XHTML and Cross Browser https://gist.github.com/os0x/184276 // Hatena::Let LOADE…

:nth-child(even)

http://r7kamura.hatenablog.com/ http://hatenablog.com/-/blog_style/13208692334729890062/b0779a4d37c798e17a502533cc074d9e830892de .entry { margin-bottom: 0; } .entry:nth-child(even) { background: #223333; } .entry:nth-child(even), .entry:nt…

そのへんにぺろっと貼ってある greasemonkey スクリプトにインストールボタンを付ける greasemonkey スクリプト

pasted script installer - flagmeisterの日記 // ==UserScript== // @name pasted script installer // @namespace http://d.hatena.ne.jp/kusigahama/ // @include http://*.g.hatena.ne.jp/* // @include http://d.hatena.ne.jp/* // @include http://ano…

HTMLElement.dataset

HTMLElement.dataset - Web API Interfaces | MDN Syntax string = element.dataset.camelCasedName; element.dataset.camelCasedName = string;

parseInfo

https://github.com/swdyh/autopagerize/blob/master/autopagerize.user.js#L528 var parseInfo = function(str) { var lines = str.split(/\r\n|\r|\n/) var re = /(^[^:]*?):(.*)$/ var strip = function(str) { return str.replace(/^\s*/, '').replace(/…

hatenablog subscriber

http://let.hatelabo.jp/taizooo/let/hJmc7a3LqdoX /* * @title hatenablog subscriber * @description 「読者になる」ボタンが無いはてなブログを購読する * @include http://* * @license MIT License */ /* http://blog.kentarok.org/ document.querySele…

powered by hatena blog.
the nikki system for lifelogging junkies.

all posts © their original owners.
writing is reusable solely under the BY Creative Commons License.