From ede4a6aae75c788b879e794c610eeb7ec135b76a Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 13 Jul 2011 09:53:05 +0900 Subject: 要らない子削除 --- google-plus-commando.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/google-plus-commando.js b/google-plus-commando.js index 052adac..b93e3fe 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -79,13 +79,10 @@ let INFO = return conf; })(); - const Names = { - currentEntry: 'a-f-oi-Ai' - }; const Elements = { get doc() content.document, - get currentEntry () Entry(Elements.doc.querySelector('.' + Names.currentEntry)), + get currentEntry () Entry(Elements.doc.querySelector('.a-f-oi-Ai')), get postForm () Elements.doc.querySelector('#contentPane > div > div').nextSibling, //get postEditor () Elements.postForm.querySelector('.editable').parentNode, get postEditor () ( @@ -121,8 +118,6 @@ let INFO = return self; } - const Commando = { - }; const Commands = { next: withCount(function () { -- cgit v1.2.3