diff options
author | anekos | 2011-09-07 15:37:05 +0900 |
---|---|---|
committer | anekos | 2011-09-07 15:37:05 +0900 |
commit | a285e7bf25a925b25e121adebba220f6b94207cd (patch) | |
tree | 89c6989860c687c5cbf6ca7593e091ae2887f76d | |
parent | 592a5c798d464f097e4ea308eb90cd1df04990d5 (diff) | |
download | vimperator-plugins-a285e7bf25a925b25e121adebba220f6b94207cd.tar.bz2 |
数値の変更怖い
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 7d54052..3d881ca 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -415,7 +415,7 @@ let g:gplus_commando_map_menu = "m" }, post: { root: function () { - let div = cssRules.find(/\{ margin-left: 21px; margin-right: 21px; margin-top: 10px; width: 532px; \}/); + let div = cssRules.find(/\{ margin-left: \d+px; margin-right: \d+px; margin-top: \d+px; width: \d+px; \}/); return '#contentPane ' + 'div[decorated="true"]' + div; // onclick の this.className += ' f-Sa' は初めは存在しないっぽい }, |