Mercurial > ec-userscripts
comparison rakuten-books-direct-search.user.js @ 82:86da34e62d29
Update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Mar 2021 17:56:31 +0900 |
parents | 5a3a269c5e6f |
children | 9c8cde985caf |
comparison
equal
deleted
inserted
replaced
81:e30cd7fbee42 | 82:86da34e62d29 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name rakuten books direct search | 2 // @name rakuten books direct search |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 1.0.5 | 4 // @version 1.0.6 |
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 // @match https://*.books.rakuten.co.jp/* | 9 // @match https://*.books.rakuten.co.jp/* |
10 // @match http://*.books.rakuten.co.jp/* | 10 // @match http://*.books.rakuten.co.jp/* |
11 // @grant none | 11 // @grant none |
12 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/rakuten-books-direct-search.user.js?rev=tip | 12 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/rakuten-books-direct-search.user.js |
13 // ==/UserScript== | 13 // ==/UserScript== |
14 | 14 |
15 /* global jQuery */ | 15 /* global jQuery */ |
16 ;(function () { | 16 ;(function () { |
17 'use strict' | 17 'use strict' |