All tumblr users should use Firefox with GreaseMonkey.
Useful tools summary for Safari
and install below scripts.
- Greasemonkey Greasemonkey :: Firefox Add-ons
- AutoPagerize http://userscripts.org/scripts/show/8551
- MiniBuffer http://userscripts.org/scripts/show/11759
- LDRize http://userscripts.org/scripts/show/11562
- ReblogCommand (CodeRepos) - ReblogCommand | 3.14 (3.14 : tumblr)
How to use. (Move to dashboard or other tumblog)
screencast at YouTube - ReblogCommand
- j, k key press - Down,Up
- t key - Reblog
- do multiple reblogs at a time
- p key press - Pin
- : key press and Minibuffer will appear at the bottom of browser.
- type “pinned-or-current-link | reblog | clear-pin” and Enter key. - Reblog
実際に使うときにはピンをたてておいて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 (最新情報に対応させる為、少し改訂させていただきました)Tombloo.xpi
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.
Tombloo-related links
- うたたね - Dashboard + Tombloo
- LDR + Tombloo – Userscripts.org (livedoorReaderの記事をTombloo経由でリブログ可能にするスクリプト『LDR + Tombloo』 | Macの手書き説明書)
to - Snipshotで写真を編集してTumblrにポストする
三軒隣の斜め向かい:JavaScript Actions
This function was embedded in Tombloo since version 0.3.8.2.- Big Sky - tags:tumblr
- * iview for Tombloo « ku
Big photos and blockquote fix
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
- Tumblr - Check New Followers – Userscripts.org
- Show Follower Count and Tumblr Follow Mode in action.(via Told or Known)
Link
- autopagerize - SWiK
- silog - script/LDRize
- naoKの「ホイきたー!」 : ppBlogのAutoPagerize対応方法
- pagerizeをダブルクリックで制御するように変更 - Muibrog
使ったのは現行の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)- みるたんぷら - twitterログのまとめかた
- TumblrLoginS (
Tumblrの複数アカウントの切り換え、管理をするGreasemonkey)
This function was embedded in Tombloo since version 0.3.8.2.- デジイチ最新情報! | FireFox 3をICCプロファイル対応に変更
- LDR Full Feed – Userscripts.org
- The Whole World is peaceful. - go2back.tumblr.bookmarklet v2 (v1)
- Tumtaster – Userscripts.org (
This script creates links to download mp3’s from audio posts on Tumblr.)- iview - iphone application for tumblr « ku
- * ababababuf - Directory Index Finder
Other tools
- Make Link :: Firefox Add-ons
- Greased Lightbox, enhance browsing on websites that link to images - Shifting Pixel, Pictures, Photos, and Photography
- Taboo :: Firefox Add-ons
- [firefox][Greasemonkey][javascript] Fast look up JP and EN - jimo/memo
(2008-09-27 revision [mark *])