Lhankor_Mhy (41)

テキストファイルダウンロードページで、「部分番号」の指定を末尾にして先頭の部分からダウンロード。...

(async()=>{const sleep=time=>new Promise((resolve=>setTimeout(resolve,time)));const title=documen...

forked from http://let.hatelabo.jp/furyu-tei/let/hLHVnMG9q-NH

(function(i,u,s,c,q,w){w=window.open('https://twitter.com/search?f=tweets&q='+encodeURIComponent(...

紀伊国屋Bookweb個別ページから

const isbn=document.querySelector('*[content^=isbn]').textContent.split(':')[1];const title=docu...

Googleマップで表示されている場所を全国地価マップで開きます。

(function(){var latlng=location.href.match(/\/@([\d\.]+),([\d\.]+)/).slice(1);var lng=eval(latlng...

黒魔術的。仕様が変わったら動かない。

K.setOptions({styles:[{}]});

ユーザースクリプトと併用 > http://d.hatena.ne.jp/Lhankor_Mhy/20140914/1410694168

(function(){window.open('https://newspicks.com/timeline#'+encodeURIComponent(location.href))})();

Googleマップで表示されている場所を全国地価マップで開きます。

(function(s,lat,lng){var ln=lng*1+lat*46047e-9+lng*83049e-9-.010041;var la=lat*1+lat*10696e-8-lng...

Folk後、はてなは文字化けするのでgooglechartAPIに。めんどうだったのでjQueryインクルード。テキスト...

(function(){var div=$(document.createElement('div'));var img=$(document.createElement('img'));var...

自分の環境に合わせたので違う環境だとどうなるか分からん。ところで印刷してFAXって利用法は利用規約に...

(function(){document.styleSheets[0].insertRule('body{-webkit-filter:brightness(55%)contrast(10000...

スターボタンのあたりをマウスでごしごししながら使ってください(謎)see http://rem-nanai.hatenablog...

function selectCharacter(target){var el=$("p:contains("+target+")").contents().filter((function()...

see http://rem-nanai.hatenablog.com/entry/2013/10/13/161321

$.ajax({url:'http://s.hatena.ne.jp/entry.json?uri='+encodeURIComponent(location.href),dataType:'j...

googleマップを利用していてmapがグローバル汚染しているサイト(食べログとか)で、地図の中心にルート...

(function(){var div=$(document.createElement('div'));var img=$(document.createElement('img'));var...

my bookmarklet

var n,m;alert((n=prompt('num','')-1,m=n/26|0,String.fromCharCode(m+64*!!m,n%26+65)));

forked from http://let.hatelabo.jp/a-kuma3/let/gYC-y73gsPTiZA

(function(){var i;var ee=document.getElementsByTagName("B");for(i in ee){if(ee[i].innerHTML=="ISB...
Lhankor_Mhy 角度計測2012-03-21

2点をクリックしてちゃんと計算する。角度とか。(右方向水平が0度)

var x1,y1,x2,y2,dx,dy;var div=$(document.createElement('div')).css({width:'100%',height:'65535px'...

賃貸版「物件詳細|HOME'S Manager」から、お客様が見ている物件詳細を表示します。

(function(){window.open('http://www.homes.co.jp/search/rent/b-'+location.href.match(/.+b=(\d+).+/...

全国地価マップで表示されている場所をGoogleマップで開きます。

var latlng=$('#map_img').attr('src').match('mpx=([0-9.]+)&mpy=([0-9.]+)').slice(1);var ln=eval(la...

記事ページ上で使ってください → http://q.hatena.ne.jp/1285319726

(function(){var title=encodeURIComponent(document.title);var url=encodeURIComponent(location.href...

Googleマップで表示された場所をジアースの用途地域地図で開きます。

var latlng=$('#link').attr('href').match('&ll=([0-9.]+),([0-9.]+)').slice(1);var lat=eval(latlng[...

表示されているGoogleマップから逆ジオコーディングして住所を表示します。

var latlng=$('#link').attr('href').match('&ll=([0-9.]+),([0-9.]+)').slice(1).join(',');$.get('htt...
<< 1 2 3