diff options
author | anekos | 2011-08-31 11:14:20 +0900 |
---|---|---|
committer | anekos | 2011-08-31 11:14:20 +0900 |
commit | 642fbaebd21d3f7855bbcdb95d1e0565d392ad2d (patch) | |
tree | 1765bb46a415cabb9453e051e2c592fa2d12778e | |
parent | 38be8bf2033c5856f98d1985ba20bb73f5e9621a (diff) | |
download | vimperator-plugins-642fbaebd21d3f7855bbcdb95d1e0565d392ad2d.tar.bz2 |
S.post.root を変更
以前のは、何かの条件で使えたり使えなかったりした模様
-rw-r--r-- | google-plus-commando.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index adf67d0..8750208 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -296,13 +296,14 @@ let g:gplus_commando_map_menu = "m" submit: role('button', '[id$=".post"]'), }, post: { - root: function () { + root: '#contentPane > div > div > div[decorated="true"]', + /*function () { return getSelectorFind( Elements.doc, - 'div[decorated="true"]', + 'div', function (e) /this\.className/.test(e.getAttribute('onclick')) ); - }, + },*/ open: cssRules.finder(/opacity 0.125s ease 0.125s/), cancel: 'div[id$=".c"]', // :6w.c }, |