noromanba (277)

noromanba asin:XXXX2013-04-14

prompt Hatena ASIN Syntax

(function(){var asin;if(!/^www\.amazon\.co\.jp/.test(location.hostname)||!(asin=(document.querySe...

http://hitode909.hatenablog.com/entry/2013/04/01/095901

(function(){var random=function(max){return Math.floor(Math.random()*(Number(max)+1))};var bgimg=...
noromanba Y[ ]2013-03-26

Youtube browser size expander

(function(){var host=location.hostname;if(!/^www\.youtube\.com/.test(host)||/^\/embed\//.test(loc...
noromanba -?2013-03-08

Quéstion!

(function(){var pos=location.href.indexOf('?');if(pos<0)return;history.pushState(null,null,locati...
noromanba monappoize2013-02-21

AA-font to monapo

Array.prototype.slice.call(document.querySelectorAll('.ascii-art')).forEach((function(aa){aa.styl...
noromanba TAB visualizer2013-02-09

visualize hard-tab

(function(){var symbol='<TAB>';Array.prototype.slice.call(document.querySelectorAll('code, pre'))...

create Atom by search result on Twitter

(function(){var word=prompt('word?');if(!word)return;prompt('Copy Me','http://search.twitter.com/...
noromanba GM_createLet2013-02-04

create new Hatena:Let by GM_registerMenuCommand

GM_registerMenuCommand('Hatena::Let',(function(){GM_openInTab('http://let.hatelabo.jp/l')}));
noromanba !link2013-02-04

toggle enable/disable links by CSS

(function(doc){var parent=doc.head||doc.body||doc.documentElement;var id='bookmarklet-disable-lin...
noromanba link.md2013-01-29

prompt Markdown inline link

prompt('Copy Me','['+(document.title||location.href)+']('+location.href+')');void 0;
noromanba !link2013-01-28

toggle enable/disable links

Array.prototype.slice.call(document.querySelectorAll('a[href]')).forEach((function(link){var styl...
noromanba mailto2sms2013-01-19

replace mailto: to sms:

Array.prototype.forEach.call(document.querySelectorAll('a[href^="mailto:"]'),(function(anchor){an...
noromanba YAKIUDON2013-01-14

google search url shaper

(function(){var a=location.hash||location.search;a=a.slice(1).split('&').filter((function(e){retu...
noromanba Twivia2012-12-31

show tweeted client on Twitter

(function(){var id;if(!(id=(/https?:\/\/twitter\.com\/[\w-]+\/status\/(\d+)/.exec(location.href)|...
noromanba PDimg2012-12-24

search PD image from wikimedia.org

(function(){var words;if(!(words=prompt('words?')))return;var conf={engine:'https://encrypted.goo...
noromanba KYM2012-12-23

multilingual slang/meme search on KnowYourMeme

(function(){var meme;if(!(meme=prompt('What does it mean?')))return;location.href='http://knowyou...
noromanba +Youtube2012-12-14

Subscribe Youtube feed (Atom, RSS)

(function(){if(!/^https?:\/\/www\.youtube\.com/.test(location.href))return;var user=(/^https?:\/\...
noromanba gihyooon2012-12-13

expand narrow width on gihyo.jp

noromanba Twitter SSS2012-11-10

Twitter realtime social stream search

(function(){var word=prompt('Search This');if(!word)return;location.href='https://twitter.com/sea...
noromanba Y! SSS2012-11-04

Yahoo realtime social stream search

(function(){var word=prompt('Search This');if(!word)return;location.href='http://realtime.search....
<< 5 6 7 8 9 10 11 12 13 14