diff options
author | anekos | 2011-08-18 07:56:06 +0900 |
---|---|---|
committer | anekos | 2011-08-18 07:56:06 +0900 |
commit | 6c13560e9b0698558e4cdaa412641aa2e8d96f2e (patch) | |
tree | 76704be26c46fa4cad3d6ecd10d7cfead63d8846 | |
parent | b2df05f9d5cb9cd5a48bd3c31ba58aa5ac3cf56e (diff) | |
download | vimperator-plugins-6c13560e9b0698558e4cdaa412641aa2e8d96f2e.tar.bz2 |
Follow G+ Changes
-rw-r--r-- | google-plus-commando.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 0621a57..6bff553 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -208,9 +208,9 @@ let g:gplus_commando_map_menu = "m" }, notification: '#gbi1', viewer: { - root: '.Pr', - prev: '.Pr.kS.fW', - next: '.Pr.kS.gW' + root: '.Wr', + prev: '.Wr.PW.S1', + next: '.Wr.PW.T1' }, dialog: { root: '.va-Q', @@ -220,9 +220,9 @@ let g:gplus_commando_map_menu = "m" root: 'iframe[src*="/_/notifications/"]', summary: { root: '#summary-view', - prev: '.d-k.dKMHhf', // @title = 前のお知らせ - next: '.d-k.THfuvd', // @title = 次のお知らせ - back: '.d-k.ZzNjme.TA' // @title = お知らせに戻る + prev: '.b-j.om', // @title = 前のお知らせ + next: '.b-j.nm', // @title = 次のお知らせ + back: '.b-j.gr.ND' // @title = お知らせに戻る }, entry: { entries: 'div[id^=":2."]', // :2.diz13l.... @@ -231,7 +231,7 @@ let g:gplus_commando_map_menu = "m" }, } }, - closeButton: '.rl.hW' // Viewer 等 + closeButton: '.Nk.U1' // Viewer 等 }; let xpath = { |