Question
Is there a simple way to resume where I left off on a list. Is there a way to delete Ids after sending privite messages or adding them as friends? How can I resume a list where I left off?
Answer
All you have to do is save your list.
The way webDOM works, you don't get rid of any ID's you've already gathered. When you save your list, webDOM remembers where you were in the list and it will pick up where you left off when you re-load the list.
This way as long as you don't manually change the position of the list, you will never send a request or message to the same ID twice. If you want to customize your plugin so that you don't have to manually save your list... add this line of script to the last line of your Page Action Script for either the add function or the PM function:
<div class="scriptdiv">
savelistQuick Reference for "savelist"
Click on command to see examples & comments
Program Level Commands
Usage: savelistQuick Reference for "list"
Click on command to see examples & comments
Information Lists
Usage: list:handle[:optionsfile;gatherfile]
Description: Creates a new virtual list. Virtual lists do not have limits and are accessed through their handles. When webDOM gathers, it can be set to gather any usable virtual list.:filename
Description: Save the current user ID list in the info list section to the file specified by filename. If filename is set to "(current)" without the quotes, then webDOM will save the list over the currently loaded list file.:(current)</div>
To get to the page action script for either action, click on "Advanced View" up in the top right, then you'll notice four sections across the top. At the bottom of both the add and pm option there's a button called "Page Action Script" which pops up a window with the script inside of it when you click it.