Skip to content

Instantly share code, notes, and snippets.

@whym
whym / love_on_tumblr.user.js
Created February 28, 2010 04:44 — forked from taizooo/love_on_tumblr.user.js
Type "Shiflt + L" to Like/Unlike & Fav/Unfav on Tumblr Dashboard. Click the label "raw" below to install.
// ==UserScript==
// @name love on tumblr
// @namespace http://www.tumblr.com/
// @description love current post on tumblr dsbd with 'Shift + l'key. if won't work, pray on tumblr!
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
// @include http://www.tumblr.com/tagged/*
// @version 0.0.2
// ==/UserScript==
// Chat upload
// format sample
// http://utatane.tumblr.com/post/118386131/private-chat-format-test
(function(){
Tombloo.Service.extractors.register([
{ // Chat extractor
name : 'Chat',
ICON : models.Twitter.ICON,
TARGET_BACKGROUND : '#888',