Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Page 2 of 2 FirstFirst 12
Results 9 to 13 of 13
  1. #9
    glnsagar is offline Registered User
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    This new script worked for Firefox and Safari on Mac

    javascript:var c=document.activeElement.childNodes[1].contentDocument.querySelectorAll('input[name="MsgID"]');var i;for(i=0;i<c.length;i++){c[i].click();}

  2. #10
    glnsagar is offline Registered User
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    This new script works for firefox and safari on Mac. you may want to add this to your post.

    javascript:var c=document.activeElement.childNodes[1].contentDocument.querySelectorAll('input[name="MsgID"]');var i;for(i=0;i<c.length;i++){c[i].click();}

  3. #11
    blah3434 is offline Registered User
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The Firefox trick didn't work for me (have version 5).

    A little more involved, but I use Outlook Web through an external email client (K-9 Mail on my android phone) using IMAP. I can select all there and delete emails, which sends them to the trash on the server. Just thought maybe this could help somebody else too.

  4. #12
    jakedibz is offline Registered User
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by ryanker View Post
    This worked in Firefox on a PC -- your mileage may vary.

    Once you have the page up, copy-and-paste the following into the address bar:
    javascript:var f=document.activeElement.childNodes[1].contentDocument;var c=f.all['MsgID'];var i;for(i=0;i<c.length;i++){c[i].click();}

    That will check all the checkboxes. Then you can move/delete/whatever all the messages at once.

    Good luck with that.
    Wow I cannot believe this worked. Thank you so much - you saved me hours of work. I did this in Google Chrome so I can confirm that it works on Chrome but I had to hit refresh after everytime that I used your "trick" :P

  5. #13
    gerryb is offline Registered User
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by mmoss1906 View Post
    I tried this in Safari on my MAC and it worked wonders!
    Awesome! only issue is I now have to get them out of the Deleted Folder and this trick seems not to work there.

    Thanks!

 

 
Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •