amazonã¨æ´¥å¸å³æ¸é¤¨ãã¤ãªãgreasemonkeyã¹ã¯ãªãã
è¶
éè¦ãå°ãªãããªè¨äºãä¸ã¤ã
ã¢ãã¾ã³ã®åã
ã®ååããæ´¥å¸å³æ¸é¤¨ã®æèµã調ã¹ãã¹ã¯ãªããã§ãã
http://kazabana.tea-nifty.com/databackupmemo/2005/06/amazonwebgrease_89df.html
ã®è¨äºãåèã«ä½ã£ã¦ã¿ã¾ããã
// ==UserScript== // @name Amazon x Tsu city library // @namespace http://d.hatena.ne.jp/samurai20000/ // @description Tsu city library x amazon // @include http://*.amazon.* // ==/UserScript== libsearch(); function libsearch() { // mainmatch = window._content.location.href.match(/\/(\d{9}[\d|X])\//); var href = document.location.href; var index = href.indexOf('product'); var asin = href.substring(index+8,index+18); if (asin.match(/(\d{9}[\d|X])/)){ // var isbn = mainmatch[1]; var header = document.evaluate("//b[@class='sans']", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; if (header) { var spl_link = document.createElement('a'); spl_link.setAttribute('href', 'http://www.tosyo.city.tsu.mie.jp/cgi-bin/Sopcsken.sh?p_mode=1&g_mode=0&ryno=&c_key=&c_date=&list_cnt=&mad_list_cnt=&brws=ncdet&ktyp9=shk%7Catk%7Cspk%7Ckek&itfg9=c&ser_type=0&stkb=&srsl1=1&srsl2=2&srsl3=3&ktyp0=shk%7Cser&key0=&itfg0=c&ron0=a&ktyp1=atk&key1=&itfg1=c&ron1=a&ktyp2=spk&key2=&itfg2=c&ron2=a&ktyp3=kek&key3=&itfg3=c&ron3=a&ktyp4=kjk&key4=&itfg4=c&tgid=tyo%3A010A&tkey=' + asin); spl_link.setAttribute('title', 'To Tsu city Libraries'); spl_link.innerHTML = '</br><span style=\"font-size:90%; background-color:#ffffcc;\">» 三重県津市図書館で検索</span>'; header.parentNode.insertBefore(spl_link, header.nextSibling); } } }
ããã§æ¬²ããæ¬ãè¦ã¤ããâamazonã§æ¢ãéã«ããããããå³æ¸é¤¨ã«ããããã£ã¦æã£ãã¨ãã«ä¾¿å©ã§ãã
ãã¤ã¹hackã§ãã