mafucode (53)

スパムか判断できないロシアっぽい文字も消す。広告が上の方に来ると邪魔だからついでに消す(苦言を呈さ...

(function(){var f=function(){var N=document.querySelectorAll('div.tl-entry ,div#tl-ad-container')...
mafucode 突然の死2015-09-03

突然の死を作ります

(function(){var input=prompt(">入力<","突然の");var len=getBytes(input);var res="_"+repeat("人",...

にこにこどうがのAPIからどうがのURLでいかりゃく

location.href=unescape(document.firstChild.textContent.match(/[\&^]url\=([\%\w\.\-]*)[\&$]/)[1]);

これにforとかwhileするのも面倒だった

document.getElementById('usertable').outerHTML+="<div>"+function(){var d=new Date;return d.getYea...
mafucode bookmarklet2014-12-14

my bookmarklet

alert("<path d=\"M "+function(x,y){var i=0;var d="";var t=Math.PI/200;for(i=0;i<400;i++){if(i!=0)...

bfloatが必要

alert(prompt().split("b").join("e").split("matrix(").join("<path d=\"M ").split("])").join("\"/>"...

クロスオリジンリクエストをブロック: 同一生成元ポリシーにより、http://h.hatena.ne.jp/api/statuses/...

(function(){function get(uri,success,error){var xhr=new XMLHttpRequest;xhr.open("GET",uri);xhr.ad...

この例では今日の8時に最も近い日付を返す

(function(){function g(a){var date=new Date;var n=date.toISOString().match(/[^Z]+/)[0].split(/\D/...

-std=c++0x

(function(){var source="#include <iostream>\n"+"#include <cstdio>\n"+"class Object{\n"+"\tObject(...

もちろん参考文献はwikipedia

(function(){function a(){var p=arguments[0];var q=arguments[1];while(p!=0&&q!=0){if(p<q){q=q%p}el...

たまにプロフィールの数値と違うらしいけど実際よくわかんない

d=document.querySelectorAll('html body div.container div.row div.sidebar.span4.offset7 div.sideba...

完全に副産物

(function(){function ℝ(){return"ℝ"}alert(ℝ())})();

書くとこれだけでも案外長い

(function(){if(typeof arguments[0]!="string")return null;var x,y,i,j,k,l;y="";x=1;i=0;j=arguments...

書いてコンソールにコピーして実行するのが面倒だから書いた。GM_なんとかも割愛

(function(){var j=document.createElement("textarea");j.addEventListener('keypress',(function(){ev...

白いのが邪魔だったからいい機会なので広告も消すようにして若干ScrapBookとかを意識しておいた

(function(){if(!location.href.match(/ch\.nicovideo\.jp\/\w+\/blomaga\/ar\w+/)){return null}c=func...

よくわかんないけど最近は手動になっている気がするからとりあえづ書いた......(とりあえづ?とりあえず...

(function(){function f(){setTimeout(f,2e3);if(Math.max(document.documentElement.scrollTop,documen...

選択してまとめてということもできるようにしておいた

(function(){var a=function(){document.getElementById('source-input').addEventListener('keypress',...

少なくともコピーできるように無効になったところをなんとかするだけ(←うるさい)

(function(){b=function(){var e=document.querySelectorAll('#days div.day div.body div.section form...

(function(){var a=function(s,f){try{GM_registerMenuCommand(s.toString(),f)}catch(e){f()}};a("?",(...

B!と書いてあるボタンだけにはてなブックマークに保存する。あと、続きから作業するのは後でうpするか...

setTimeout((function(){if(location.href.match(/http\:\/\/copie\.hatelabo\.jp\/[\w\-\_]+\/banner\....
1 2 3