Created
April 3, 2011 01:34
-
-
Save poppen/900084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- amazon_cross_book_check.user.js.orig 2010-06-16 15:59:19.000000000 +0900 | |
+++ amazon_cross_book_check.user.js 2011-04-03 10:33:44.000000000 +0900 | |
@@ -35,8 +35,9 @@ | |
}, | |
{ | |
label: 'eBOOKOFF', | |
- url: 'http://www.ebookoff.co.jp/cmdtyallsearch/hdnAllSearchFlg/1/Ctgry/home/LRack/*/SetFlg/?Ctgry=home&LRack=*&hdnPage=0&hdnFormId=cmdtyalllist&hdnStartIndex=0&hdnEndIndex=500&actionNameTxt=&subtotal=&cat=&used=0&pg=0&pagingData=&iStartPageNo=1&nowPageNo=1&hdnCmdtyCode0=0010212095&word=', | |
- regexp: /uam texttype01">([\d,]+)/, | |
+ url: 'http://www.ebookoff.co.jp/cmdtyallsearch/hdnAllSearchFlg/1/Ctgry/*/LRack/*/SetFlg/0?SetFlg=&hdnContinueCmdtyList=&hdnContinueCode=&hdnPage=0&hdnFormId=cmdtyalllist&hdnStartIndex=0&hdnEndIndex=500&hdnNarrowCtgry=&hdnAllSearchFlg=&hdnNarrowFlg=&actionNameTxt=&subtotal=&word=', | |
+ afterISBN: '&used=0&author=&genre=&size=&pricef=&pricet=&issuef=&issuet=&maker=&isbn=&sort=&desc=&used=0&pg=0&pagingData=&iStartPageNo=1&nowPageNo=1&hdnCmdtyCode0=0010046487', | |
+ regexp: /fs12 texttype01">([\d,]+)/, | |
isbn13: true, | |
//disabled: true | |
}, | |
@@ -208,7 +209,7 @@ | |
$x(this.pinfo.insertAfter)[0].parentNode.appendChild(startButton); | |
} | |
} | |
- GM_addStyle(STYLE); | |
+ GM_addStyle((STYLE).toString()); | |
} | |
ACBC.prototype.singleRun = function(){ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment