diff options
| author | anekos | 2010-10-06 17:00:37 +0000 |
|---|---|---|
| committer | anekos | 2010-10-06 17:00:37 +0000 |
| commit | 10e44a606124975d92328373dae570b4ff0b54fc (patch) | |
| tree | a4aff7a38a6a9e7ab07b696e6dd34ed19be39905 | |
| parent | 4e47cd7b58edf13265c1cb538be364b3faf7dc8b (diff) | |
| download | vimperator-plugins-10e44a606124975d92328373dae570b4ff0b54fc.tar.bz2 | |
何かもぞもぞするためのボタン
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38551 d0d07461-0603-4401-acd4-de1884942a52
| -rwxr-xr-x | twittperator.js | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 6c2584f..d0df566 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1635,10 +1635,15 @@ let PLUGIN_INFO = Twittperator.showTL(statuses); }); }, // }}} + showStatusMenu: function(status) { // {{{ + }, // }}} showTL: function(s) { // {{{ function userURL(screen_name) (setting.showTLURLScheme + "://twitter.com/" + screen_name); + function menuEvent(st) + ("window.parent.liberator.modules.plugins.twittperator.Twittperator.showStatusMenu(" + parseInt(st.id) + ")"); + let html = <style type="text/css"><