From 642fbaebd21d3f7855bbcdb95d1e0565d392ad2d Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 31 Aug 2011 11:14:20 +0900 Subject: S.post.root を変更 以前のは、何かの条件で使えたり使えなかったりした模様 --- google-plus-commando.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'google-plus-commando.js') 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 }, -- cgit v1.2.3