Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Twitter Status On Twitter

Twitter Status post on Twitter

Twitterの最新情報が書かれているtumblr(Twitter Status)の最新記事をTwitterに表示させる
例)
Twitter Statusのtumblrの記事を

Twitterに表示

メンテナンスの予告等の場合は役にたつかも
追記2008.06.03
Twitter statusの記事がpタグで括られている場合に対処した
追記2008.06.05
記事の上部(check out〜の行)をマウスクリックで記事の表示/非表示が出来るようにした
例)
記事を表示している時にclickすると非表示に

記事を非表示にしている時にclickすると表示に

追記2008.06.06
urlがhttpsで始まる場合にも対応
更新時間、タイトルは必ず表示するようにした

デフォルトとして表示するのは更新時間、タイトルまでにした
追記2008.06.18
Firefox3.0対応





Jul 11, 2008
natu_n Script's author

追記2008.07.11 スタイルシートを壊していた事への対処(Stylesheet to destroy it to cope with)

 
Jul 11, 2008
natu_n Script's author
追記2008.07.11 表示出来なくなっていた事の対処
Showing that they were unable to deal with
    document.styleSheets[document.styleSheets.length - 1].deleteRule(0);
If you can write like this, but good
    var ix = document.styleSheets[document.styleSheets.length - 1].getRule(".yellow-box");
    document.styleSheets[document.styleSheets.length - 1].deleteRule(ix);
 
Jul 8, 2008
natu_n Script's author
追記2008.07.09

Check out Twitter Status for ~のエリアが無くなった事(一時的?)の対処

Check out Twitter Status for ~ grew in the area of (temporary?) To deal with


エリアが無いので表示できない(Since there is no area can not be viewed)

AfterMaintain

エリアが無くても表示する(あってもOK)

There is no area is also shown (even though it's OK)

Applied-1
Applied-2

You could comment on this script if you were logged in.