Questions? Call (860)407-2687
find us on:


How To Delete 🗑 All Sent Email(s) 📭 Quickly On Plenty Of Fish 🐟 Dating

short url:

Delete 🗑 Every Sent E-mail(s) 📭 Quickly On POF 🐟 Dating Website

Click to Play Video About Delete 🗑 Every Sent Message(s) 📭 At Once At POF.com 🐟
  • how to Quickly Delete All Sent Messages on Plenty of Fish
  • a Faster More Automated Way to Delete All Sent Messages on Pof.com
  • Javascript Code for the Delete Sent Messages on Pof
  • you Do Not Have to Delete Sent Messages

How to Quickly Delete All Sent Messages on Plenty Of Fish

Every time you send someone a message on Plenty Of Fish it gets saved in the Sent Messages section.

While POF does not make it too difficult to delete sent messages ...

  1. Check the Sent to button at the top of the list of sent messages. This will check the checkbox next to each sent message.
  2. Scroll down to the bottom of the page and click the Delete Selected button.

If you have a lot of sent messages, this gets pretty tedious pretty fast. Plenty Of Fish only loads or shows 10 sent messages per page. I am sure they could easily arrange it so all your sent messages are on one single page if they wanted to.

Delete Sent Messages Page Pof.
Image of Delete Sent Messages Page Pof.
Delete Sent Messages Page Pof.

A Faster More Automated Way to Delete All Sent Messages on POF.com

We have put together a simple Javascript code block you can drag and drop to your browsers toolbar and use as a bookmark.

Clicking the delete sent messages bookmark ...

  1. Checks all the checkboxes next to each sent message.
  2. Presses the Delete Selected button for you.
  3. Navigates to the next page of sent messages.

Drag and drop this Delete Sent Messages link to your web browsers toolbar.

Javascript Code for the Delete Sent Messages on POF

Here is the Javascript code used to delete all sent messages on Plenty Of Fish. As you mouse over each line of code, an explanation of what that code does appears at the top of the code window.

sel
javascript
 
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
var items = document.getElementsByTagName('input');
for (var i = 0; i < items.length; i++)
{
   if (items[i].type == 'checkbox')
         {
          items[i].checked = true;
         }
}
 
var btn = document.getElementById("submit2");
btn.click();

You Do Not Have to Delete Sent Messages

If you don't delete your sent messages there is no negative impact on your dating account, but if you tend to be OCD like me, you want to keep things clean. This simple bookmark makes it faster and easier to delete all your sent messages on Plenty Of Fish.

CONTENT RELATED TO HOW TO DELETE 🗑 EVERY SENT MESSAGE(S) 📧 FAST ON PLENTY OF FISH 🐟 DATING WEB SITE



COMMENTS ON DELETE 🗑 ALL SENT MESSAGE(S) 📧 FAST ON PLENTY OF FISH 🐟

Feel free to submit your comment below. Anything that does not contribute and is just spam will automatically be deleted. Questions marked by * are required. Comments are checked by a human to make sure they are not spam/automated and are on topic and related to How To Delete 🗑 All Sent Message(s) 📧 Quickly At POF.com 🐟. 
NAME:
EMAIL:
COMMENT:
HTML OK. Allowable HTML tags include: <p></p>, <i></i>, <b></b>, <em></em>, <strong></strong>, <ul><li></li></ul>, <ol><li></li></ol>
Question ❔
Back to Top