hitode909 (24)

予測線と終了日をプロットします。完了ポイントは線形に伸び、総ポイントは変化しない想定。

(()=>{function intersect(x1,y1,x2,y2,x3,y3,x4,y4){if(x1===x2&&y1===y2||x3===x4&&y3===y4){return f...

https://blog.sushi.money/entry/2022/04/02/221344

document.body.innerHTML=document.body.innerHTML.replace(/ゾンビ/gi,'トンビ');

技術評論社の連載ページをscrapbox記法のリストに変換する

(()=>{const source=Array.from(document.querySelectorAll('.toc.article a')).map((a=>` [${a.href} $...
hitode909 工数入力2022-01-04

多く時間を使った順にタスクを並べて保持してから実行することで、まんべんなく工数入力する

var inputs=document.querySelectorAll('input[placeholder="0:00"]');var total=document.querySelecto...

Amazonの本のページからamakanに移動します。

javascript:location.href="https://amakan.net/search?query="+location.href;

所要時間(宿題は除く)をalertします

alert('total '+Array.prototype.slice.apply(document.querySelectorAll('.text-hint')).map((function...

はてなアルバムからはてなブログにインポート可能なMT形式を生成します.アルバムページで実行してくだ...

hitode909 元気でる2014-06-18

my bookmarklet

document.body.setAttribute("style","background: url(https://dl.dropboxusercontent.com/u/8270034/g...

http://qiita.com/tadsan/items/99d816e78ca429093b75 の旧仮名遣いを新しくするやつ

var rules=[[/ひ|ゐ/g,'い'],[/ふ/g,'う'],[/智/g,'知'],[/萃/g,'粋'],[/註/g,'注'],[/函/g,'関'],[/抛/...
hitode909 rotate images2013-01-21

$('img:last').prependTo(document.body);

setInterval((function(){$('img:last').prependTo(document.body)}),20);

reblog advent calend*e*r 7889 hitode909-nize

window.requestAnimationFrame=function(){return window.requestAnimationFrame||window.webkitRequest...

チカチカします

window.requestAnimationFrame=function(){return window.requestAnimationFrame||window.webkitRequest...

文字を汚ない画像にするやつ 例 → http://dl.dropbox.com/u/8270034/g/e333618264368ada4432c70ffe3764...

var walkTextNode=function(node,callback){var children=node.childNodes;for(var i=0,len=children.le...

http://mohayonao.herokuapp.com/d

$('<script>').attr('src','http://hitode909.appspot.com/text-generator/text-generator.js').appendT...
hitode909 wikipedia-cutup2011-12-07

Wikipediaの記事をカットアップします

function selectRandom(list){return list[Math.floor(Math.random()*list.length)]}function Page(url)...
hitode909 dial_scroll2011-09-06

ダイヤルでスクロールできます

(function($){var throttle;throttle=function(fn,delay){var timer;timer=null;return function(){var ...
hitode909 dial_rotate2011-09-06

ダイヤルで回せます

(function($){var throttle;throttle=function(fn,delay){var timer;timer=null;return function(){var ...

my bookmarklet

alert(1);
hitode909 super_mind_free2011-04-11

my bookmarklet

window.MouseUtil={};['mousemove','mousedown','mouseup','click'].forEach((function(method){window....

Amazonの注文ボタンを消す

var keywords=['カート','買う','注文'];var selector=keywords.map((function(keyword){return'[alt*="...
1 2