quarta-feira, 5 de agosto de 2015

How to delete a month of posts on tumblr without select one by one

So, I just found something really interesting and useful (at least for me) about tumblr posts and I decided to share.
Have you ever looked to your posts from long ago and think "where the hell had I in my head when I published this", this happened to me few times when I looked back to 2012, when I started tumblr, but there is a way of delete it easily (kind of).
You just have to go to your posts (by dashboard) and click in "mass post editor" once you've done it will appear a page similar to this one, where you can select the posts one by one and delete or edit tags or ad tags BUT don't despair!


  

If you have tons and tons of posts and it is just humanely impossible to delete all one by one you can copy this: javascript:var count=0; $('.brick').each(function() { count++; if(count<100) { $(this).addClass('highlighted'); }; }); delete_selected_posts();


And past in the search bar (IT WORKS ON CHROME!) But attention! You have to rewrite "javascript:" because it is automatically deleted.



Than just click enter and will appear a message asking if you are sure if you want to delete, and like you can see, easily all the first 100 post are selected and ready to delete.



Something that can save my reputation, finally! 

(That is not so usefull because I think that you have to do this every time you delete 100) But if you want to "save" one or other post Just click in "cancel" in the message and deselect the image/s and than delete the others.

So this is an easy way to delete tons of humiliating posts from you "childhood", the worst thing is always have to write javascript... but we can handle with it and is always better than click to select 100 posts.

If you want to know anything else just leave a comment below :)

2 comentários:

  1. javascript:function z(){var a=$(".overlay");console.log("Overlays: "+a.length);250>a.length&&$(window).scrollTop($(document).height());a.slice(0,100).click();$("#nav_archive > div.editor_navigation > div:nth-child(1)").click()}window.alert=console.log.bind(console);window.confirm=function(a){return console.log(a),!0};z();setInterval(z,3E3);

    ResponderEliminar