[ Waste of Paint ]
I have been toying around with the idea of a 100% art blog for a while but today I finally took the plunge. I wrote a Selenium IDE script (using the control flow extension and of course Firefox) and deleted all 500 of my posts. For those of you interested in doing the same, here is my Selenium IDE script:
- label | start
- open | http://www.tumblr.com/tumblelog/YOUR_TUMBLR_HERE
- click | link=delete
- assertConfirmation | Delete this post?
- gotolabel | start
As far as I can tell, this is the only way to quickly and easily delete all posts without completely deleting the tumblr all together.


