2525275 0 Posted April 16, 2013 Share Posted April 16, 2013 Everytime I visit www.yinxiang.com in chrome, webclipper logs out itself immediately. After some dubugging in webclipper js code, I found that the problem might be at line 9 in content/evernote.js, which registers noticeLogout action for a couple of web client URLs. Unfortunately the regex matches "www.yinxiang.com" which is not webclient URL but the static homepage for YXBJ service in China (Equivalence to "evernote.com" without "www." prefix). So to fix this clipper logout issue, line 9 in content/evernote.js should be changed to /^https?:\/\/((www|stage|stage-china)\.evernote|app\.yinxiang)\.com\// Please fix this issue in next release of chrome web clipper officially, then I need no longer change this js file by myself. Thanks. Link to comment
jbignert 473 Posted April 18, 2013 Share Posted April 18, 2013 Thanks for the report, a fix for this is around the corner. Link to comment
2525275 0 Posted April 19, 2013 Author Share Posted April 19, 2013 Thanks for the report, a fix for this is around the corner. Very glad to know this.Thank you for all the great work.I click "Web Clipper" icon as almost many times as I click the "New tab" icon. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.