pmint (6)

O'Reilly Japan の書籍紹介ページに amazon.co.jp バナーを勝手に追加

var m=location.href.match(/\/books\/(?:\d{3}(\d{9})|(\d{9}))/);var isbn9=m[2]!=undefined?m[2]:m[1...

Instapaperテキストビュー内のリンクをInstapaperテキストビュー行きに変換する

var aaa=document.getElementById('story').getElementsByTagName('a');for(var i=0;i<aaa.length;i++){...
pmint Haiku!2014-05-10

見ているページにはてなハイクで言及したいときに発動させるもの

location='http://h.hatena.ne.jp/target?word='+encodeURIComponent(location)+'&body='+encodeURIComp...

ニコニコ静画は背景色白のほうがいいと思うんですよ。

document.querySelector('body').style.backgroundColor='#fff';document.querySelector('section.userl...
pmint Linker2012-12-15

convert plain URL texts to links ※<textarea>の中なども置き換えてしまうので実用不可でした。

function link(e){var f=false;var a=e.innerHTML.replace(/(<p.*?>|<hr.*?>|<w?br.*?>|<(?:.|\n)*>)|((...

Google検索結果のクエリーをGoogleアラートに渡す

location.href='http://www.google.com/alerts?hl=ja&gl=jp&q='+encodeURIComponent(location.href.matc...