diff options
| -rwxr-xr-x | twittperator.js | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/twittperator.js b/twittperator.js index cd4557f..c8a6a56 100755 --- a/twittperator.js +++ b/twittperator.js @@ -28,7 +28,7 @@ let PLUGIN_INFO = <name>twittperator</name> <description>Twitter Client using ChirpStream</description> <description lang="ja">OAuth対応Twitterクライアント</description> - <version>1.0.1</version> + <version>1.0.2</version> <minVersion>2.3</minVersion> <maxVersion>2.4</maxVersion> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> @@ -1287,6 +1287,9 @@ let PLUGIN_INFO = return result; } // }}} function showTL(s) { // {{{ + function userURL(name) + ("https://twitter.com/" + name); + let html = <style type="text/css"><