Mar
9th
Mon
9th
testing 123
Use Blogger in Draft? Wish you could be re-directed there from regular Blogger? This Greasemonkey script is for you.
Install DraftBlogger
Install Greasemonkey (Firefox 2)
Show/Hide Source
// ==UserScript==
// @name DraftBlogger
// @namespace tampabill92@gmail.com
// @description Re-direct to Blogger in Draft from regular Blogger Dashboard
// @include http://www.blogger.com/*
// ==/UserScript==
var currURI = document.location.href;
var postDomainURI =...