noromanba (277)

noromanba gist raw perm HEAD2012-04-27

Gistに名前付きハッシュ無しの最新リンクを表示する。Gistのuser.jsインストール時に便利。Greasemonkey...

noromanba show Ten.SubWindow2012-04-05

Ten.SubWindow minimal sample

var sw=new Ten.SubWindow({});var elm=sw.show({x:0,y:0});

メンバー管理普通に動くからコレはポイしてね@はてなリング via http://ptech.g.hatena.ne.jp/noromanba...

Toggle Google Maps 8bit. Support no query or only 8bit query. (Forked)

var eightBitPos=location.search.indexOf('t=8');if(eightBitPos!==-1){location.search=location.sear...

Google Mobile Proxy。xhtmlを吐く(旧 for PDA)。画像出したくないときにでも

location.href='http://www.google.com/xhtml?q='+encodeURIComponent(location.href);

Google Mobile Proxy

location.href='http://www.google.com/gwt/n?u='+encodeURIComponent(location.href);

はてなモバイルゲートウェイ。ガラケーproxyだけどスマホで軽くしたいときとかに。PCからは偽装しないと...

location.href='http://mgw.hatena.ne.jp/?uri='+encodeURIComponent(location.href);
noromanba zoom back2012-03-29

slow step zoom back (Forked)

var scale=.9;if(!document.body.style.zoom)document.body.style.zoom=scale;else document.body.style...
noromanba <->zoom 1/22012-03-29

toggle zoom (Forked)

var zoom=document.body.style.zoom;document.body.style.zoom=zoom==.5?1:.5;
noromanba Subscribe Gists2012-03-12

Subscribe Public Gists (Atom).

(function($){var owner;if(/^https:\/\/gist\.github\.com\/\d+/.test(location.href)&&$('#owner .nam...

閲覧中のはてなダイアリー/はてなブログのダイアリープロフィールにジャンプする(はてなグループ対応)

(function(){var domain=searchHatenaDomain();if(domain){var topPage=location.origin||location.prot...
noromanba → Show all feeds2012-01-31

Google Reader '→ Show all feeds ' Fix ver. based on http://googlereader.blogspot.com/2005/11/sub...

var el=document.createElement('div');el.style.zIndex=1e4;el.style.position='absolute';el.style.pa...
noromanba <->NicoliveReUse2011-12-20

ニコニコ生放送の放送内容を使いまわす。

var l=location.href;if(l.match(/^http:\/\/live\.nicovideo\.jp\/(watch|gate)\/lv(\d+)[^?]?/)){wind...
noromanba <-NicoSeigaDetail2011-11-08

ニコニコ静画の画像単体ページから静画画面へ移動する。

var l=location.href;if(l.match(/^http:\/\/lohas\.nicoseiga\.jp\/priv\/(\d+)[^?]?/)){window.locati...
noromanba <->NicoliveInfo2011-10-07

ニコニコ生放送の閲覧ページと番組情報編集画面を行き来する。

var l=location.href;if(l.match(/^http:\/\/live\.nicovideo\.jp\/(watch|gate)\/(lv\d+)[^?]?/)){wind...
noromanba <->WebArchive2011-07-22

WebArchive⇔閲覧ページ間を行き来する。Based On http://d.hatena.ne.jp/Nos/20091028/1256679357

var peep=location.href;if(!peep.match(/^http:\/\/(wayback|web).archive.org\/web/)){window.locatio...
noromanba → Subscribe2011-06-27

Google Reader '→ Subscribe ' Fix ver. based on http://googlereader.blogspot.com/2005/11/subscrib...

var f=false;var ls=document.getElementsByTagName('link');for(var i=0,l;l=ls[i];i++){var t=l.getAt...
<< 5 6 7 8 9 10 11 12 13 14