Guest User

Untitled

a guest
Jun 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --- gfgb.js 2017-05-26 08:38:06.000000000 +0900
  2. +++ p/gfgb.js 2018-06-03 02:11:04.607448471 +0900
  3. @@ -76,7 +76,7 @@
  4. myl.ajax('GET', URL_CARD_READY).done(function (source) {
  5. var s, ptn, res, cardId;
  6.  
  7. - ptn = /var\suserCardId\s=\s"(\d+_\d+_\d+\.\d+)";/;
  8. + ptn = /baseCard:.*?"userCardId":"(\d+_\d+_\d+\.\d+)",/;
  9. res = ptn.exec(source);
  10. cardId = res[1];
  11.  
  12.  
  13. ガルフレギフトブックマークレット
  14. Uncaught TypeError: Cannot read property '1' of null
  15. の対処法
  16.  
  17. プロクシを通して書き換えればいいんじゃない
Add Comment
Please, Sign In to add comment