
دیدی گفتم!: عشق و نزول — iro

Kathryn Parker Almanas
via Yale University School of Art: Gallery
link +Kathryn Parker Almanas +Kathryn Parker Almanas on artnet
Useful tools summary for Safari
and install below scripts.
screencast at YouTube - ReblogCommand
実際に使うときにはピンをたてておいてm-X(Windowsならalt+x、MacならOption+x)から
pinned-or-current-link | reblog | clear-pinとすればReblogできます。これだとReblogされる順番が時系列と逆になるので気になる人は
pinned-or-current-link | reverse | reblog | clear-pin最初にコマンドを打ち込んだら実行せずにCtrl+cでこれらのコマンドに名前を付けちゃいましょう。Reblogとかつけておけば今後はながったらしく打ち込む必要はありません。ちなみに僕はReblogだとReverseとかぶってtab補完するのにrebまで打たないといけないのでrrって名前にしてます。
via 2007-11-12 - Muibrog (最新情報に対応させる為、少し改訂させていただきました)
It’s really cool. pls check it out. And I want to add Tombloo to this list.
Tombloo is the easiest tool to post web stuff to your tumblr. You only need to right click on the stuff and choose “share - ***” menu from the context menu. Then the post will be uploaded. and it’s done!
If you have interest to tombloo, please click following link and install tombloo.
I think tombloo is ten times faster than tumblr’s bookmarklet. It deserves to restart firefox once at least. :)
* If you want to edit your post, click “share - ***” with press down ctrl key. Then a new tab will open and you can edit the post as same as tumblr’s bookmarklet.
Tumblr Dashboard Big Photos CSS. Write this code in Firefox “userContent.css” file.
And Dashboard blockquote fix CSS. (Firefox Help: 設定ファイルの編集)
@-moz-document domain("www.tumblr.com") {
[id^="small_photo_"] {
display: none;
}
[id^="big_photo_"] {
display: inline !important;
}
ol#posts li blockquote {
margin: 0 !important;
}
}
via
And “followers” tools
使ったのは現行のver.0.0.17。--- autopagerize.user.js 2007-11-14 19:43:56.402724800 +0900 +++ autopagerize.user.new.js 2007-11-14 19:44:21.448739200 +0900 @@ -80,6 +80,7 @@ this.loadedURLs = {} var toggle = function() {self.stateToggle()} this.toggle = toggle + document.body.addEventListener("dblclick", toggle, true) GM_registerMenuCommand('AutoPagerize - on/off', toggle) this.scroll= function() { self.onScroll() } window.addEventListener("scroll", this.scroll, false) @@ -295,6 +296,7 @@ AutoPager.prototype.terminate = function() { this.icon.style.background = COLOR['terminated'] window.removeEventListener('scroll', this.scroll, false) + document.body.removeEventListener("dblclick", this.toggle, true) var self = this setTimeout(function() { self.icon.parentNode.removeChild(self.icon)
Tumblrの複数アカウントの切り換え、管理をするGreasemonkey)
This script creates links to download mp3’s from audio posts on Tumblr.)
(2008-07-19 revision [mark *])