by hitode909 2013-09-09 [2013/09/09 13:03:01] http://qiita.com/tadsan/items/99d816e78ca429093b75 の旧仮名遣いを新しくするやつ /* * @title 「ライセンスの選択を恐れる必要はありません」の旧仮名遣いを新しくするやつ * @description http://qiita.com/tadsan/items/99d816e78ca429093b75 の旧仮名遣いを新しくするやつ * @include http://qiita.com/tadsan/items/99d816e78ca429093b75 * @license MIT License * @require jQuery */ var rules=[ [/ひ|ゐ/g, 'い'], [/ふ/g, 'う'], [/智/g, '知'],
/* * @title バズワード総ゆのっち化 * @description みんな、大好き。 * @include http://* * @license MIT License * @require */ document.body.addEventListener("DOMNodeInserted", (function me (e) { var walker = document.createTreeWalker(e.target, NodeFilter.SHOW_TEXT, { acceptNode : function (node) { return NodeFilter.FILTER_ACCEPT } }, true); while (walker.nextNode()) with (walker.currentNode) nodeValue = nodeValue.repl
/* * @title いいね! * @description みんな、大好き。 * @include http://* * @license MIT License * @require */ document.body.addEventListener("DOMNodeInserted", (function me (e) { var walker = document.createTreeWalker(e.target, NodeFilter.SHOW_TEXT, { acceptNode : function (node) { return NodeFilter.FILTER_ACCEPT } }, true); while (walker.nextNode()) with (walker.currentNode) nodeValue = nodeValue.replace(/いい
by hitode909 2012-02-25 [2012/02/25 16:22:15] http://mohayonao.herokuapp.com/d /* * @title ドリランドッドリランドッドッドッドリランド * @description http://mohayonao.herokuapp.com/d * @include http://mohayonao.herokuapp.com/d * @license MIT License * @require */ $('<script>').attr('src', 'http://hitode909.appspot.com/text-generator/text-generator.js').appendTo($('body')); $('<script>').attr('src', 'http://hitode909.ap
/* * @title DM @hitode909 こんにちは * @description my bookmarklet * @include http://* * @license MIT License * @require */ alert(1); Permalink このページへの個別リンクです。 RAW 書かれたコードへの直接のリンクです。 Packed 文字列が圧縮された書かれたコードへのリンクです。 Userscript Greasemonkey 等で利用する場合の .user.js へのリンクです。 Loader @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。 Metadata コード中にコメントで @xxx と書かれたメタデータの JSON です。 <iframe border="0" frameborder="0
/* * @title picopico * @description picopico * @include http://* * @license MIT License * @require */ var es = Array.prototype.slice.call(document.querySelectorAll('*')).filter(function(e){return e.id}); var ids = es.map(function(e){return e.id}); var url = location.href; var length = ids.length; setInterval(function(){ location.href = url + '#' + ids[Math.floor(Math.random() * length)]; }, 100);
/* * @title say youpy * @include https://gist.github.com/671714 * @license MIT License * @require */ (function(){ var who='youpy'; var hoge=Array.prototype.slice.call(document.querySelectorAll('pre .line')); var youpy=hoge[Math.floor(Math.random() * hoge.length)].textContent.replace(/[○●×]+/g, who); var url='http://twitter.com/?status='+encodeURIComponent(youpy); if(prompt('say youpy!',youpy)){ wi
by lieutar 2010-12-30 [2010/12/30 15:12:55] はてなハイクで実行すると、星を打ちあう簡単な対戦型シューティングが初まる。カーソルキーで移動、Zで星発射。ESCで終了 /* * @title はてなハイク STAR FIGHTERS * @description はてなハイクで実行すると、星を打ちあう簡単な対戦型シューティングが初まる。カーソルキーで移動、Zで星発射。ESCで終了 * @include http://h.hatena.ne.jp/* * @include http://h1beta.hatena.ne.jp/* * @license MIT License * @require */ // (function(){ var STARS = [ 'http://s.hatena.ne.jp/images/star.gif', 'http
/* * @title "w" を "。" で置き換える * @description my bookmarklet * @include http://* * @license MIT License * @require */ document.body.innerHTML=document.body.innerHTML.replace(/w/gi, '。'); Permalink このページへの個別リンクです。 RAW 書かれたコードへの直接のリンクです。 Packed 文字列が圧縮された書かれたコードへのリンクです。 Userscript Greasemonkey 等で利用する場合の .user.js へのリンクです。 Loader @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。 Metadata コード中にコメントで @xx
/* * @title TweetShootingBot * @description TweetShootingBot * @include http://tweetshooting.appspot.com/ * @license MIT License * @require */ var MouseUtil = { }; ['mousemove', 'mousedown', 'mouseup', 'click'].forEach(function (method) { MouseUtil[method] = function(x, y) { if (!x) x = 0; if (!y) y = 0; var event = document.createEvent("MouseEvents"); event.initMouseEvent(method, true, false, win
/* * @title JinruiHokanBookmarklet * @description 人類を補完する * @include http://* * @require http://gist.github.com/3242.txt */ function hokan(){ var texts = $X('//text()').filter(function(e){ return /[^\s]/.test(e.textContent) && e.parentNode.tagName != 'STYLE'; }); var timer = setInterval(function(){ if(texts.length == 0){ clearInterval(timer); } each_hokan(texts.shift()); }, 50); } function each_ho
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く