Note that there are some explanatory texts on larger screens.

plurals
  1. PODeleting timeline activity from FB
    text
    copied!<p>I am trying to use iMacro to delete my FB timeline activity. I can easily record one action such as delete, hide, or unlike, but on my timeline these actions are interwined and thus the macro breaks down when I do a loop to, for example, delete activity. </p> <p>Is there a way that the macro can check which type of post it is and then take the appropriate action.</p> <p>For example:</p> <pre><code>TAB T=1 URL GOTO=https://www.facebook.com/myusername/allactivity?privacy_source=privacy_settings_page TAG POS=1 TYPE=I ATTR=CLASS:mrs&lt;SP&gt;_2fmu&lt;SP&gt;customimg&lt;SP&gt;img&lt;SP&gt;sp_8g08g1&lt;SP&gt;sx_8e1c65&amp;&amp;TXT: If option is to unlike then: TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:ok&amp;&amp;VALUE:Unlike If option is to delete then: TAG POS=1 TYPE=I ATTR=CLASS:mrs&lt;SP&gt;_2fmu&lt;SP&gt;customimg&lt;SP&gt;img&lt;SP&gt;sp_8g08g1&lt;SP&gt;sx_8e1c65&amp;&amp;TXT: TAG POS=1 TYPE=SPAN ATTR=TXT:Delete TAG POS=1 TYPE=LABEL ATTR=CLASS:uiButton&lt;SP&gt;uiButtonLarge&lt;SP&gt;uiButtonConfirm&amp;&amp;TXT: TAG POS=1 TYPE=LABEL ATTR=CLASS:uiButton&lt;SP&gt;uiButtonLarge&lt;SP&gt;uiButtonConfirm&amp;&amp;TXT: If option is to hide then: TAG POS=1 TYPE=I ATTR=CLASS:_2fmu&lt;SP&gt;img&lt;SP&gt;sp_8g08g1&lt;SP&gt;sx_8e1c65&lt;SP&gt;customimg&amp;&amp;TXT: TAG POS=1 TYPE=SPAN ATTR=TXT:Hidden&lt;SP&gt;from&lt;SP&gt;Timeline TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:u_13_2 ATTR=ID:u_13_1 </code></pre> <p>An alternative would be to do the first round of just (i.e.)deletes and the macro would just skip is that is not the action to be taken. Or open to any other solutions to deleting timeline data.</p> <p>Thanks,</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload