Mercurial > ec-userscripts
comparison rakuten-books-direct-search.user.js @ 27:2a4e34183b01
(none)
author | Edho Arief <me@myconan.net> |
---|---|
date | Tue, 17 Nov 2015 12:24:37 +0000 |
parents | c4a091629ffb |
children | d467e1e0ec98 |
comparison
equal
deleted
inserted
replaced
26:6ff29abe127d | 27:2a4e34183b01 |
---|---|
5 // @description Search on rakuten without tracking proxy | 5 // @description Search on rakuten without tracking proxy |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://books.rakuten.co.jp/* | 7 // @match https://books.rakuten.co.jp/* |
8 // @match http://books.rakuten.co.jp/* | 8 // @match http://books.rakuten.co.jp/* |
9 // @grant none | 9 // @grant none |
10 // @downloadURL https://bitbucket.org/!api/2.0/snippets/nanaya1/TK64/tip/files/mandarake-direct-link.user.js | 10 // @downloadURL https://bitbucket.org/!api/2.0/snippets/nanaya1/TK64/tip/files/rakuten-books-direct-search.user.js |
11 // ==/UserScript== | 11 // ==/UserScript== |
12 | 12 |
13 ;(function() { | 13 ;(function() { |
14 var $ = jQuery; | 14 var $ = jQuery; |
15 var $form = $("form[name='srchFrm']"); | 15 var $form = $("form[name='srchFrm']"); |