You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revise FriendFeed Model
* Add support for regular type
* Allow some Photo Extractors returning ps.file if it has ps.itemUrl
* Refine comment's construction
* Handle tags as Hashtags
* Add POST_URL, getInfo()
* Remove getToken()
* Add support for Data URI page
* Refine uriToFileName()
* Fix a bug that can't access GM_{Tombloo, Tombfix} from User Script on Greasemonkey to#23
* Fix notify.ICON_INFO
* Remove unused notify.{ICON_DOWNLOAD, ICON_ERROR, ICON_WORN}
http://www.google.com/bookmarks
にアクセスした時にリダイレクトする先が、Googleのデフォルト言語設定によって異なります。
英語 : https://www.google.com/bookmarks/l
日本語 : https://www.google.com/bookmarks/?hl=ja
chrome\content\library\20_model.js
959 return request('http://www.google.com/bookmarks').addCallback(function(res){
のURLを明示的に日本語表示(https://www.google.com/bookmarks/?hl=ja)にした方がよいのでは無いでしょうか。
#理想としては英語版で使われているAPIを使った方が良いのでしょうが、ワークアラウンドとして、です。
The text was updated successfully, but these errors were encountered: