Загрузка...

DELETING ALL PHOTOS IN CONTACT [SCRIPT]

Thread in Social media created by AndryukhaFeed Sep 29, 2016. (bumped Sep 24, 2016) 445 views

  1. AndryukhaFeed
    AndryukhaFeed Topic starter Sep 29, 2016 4 Sep 9, 2016



    Code
    setInterval(delPhoto, 3000);
    function delPhoto() {
    a = 0;
    b = 1;
    while (a != b) {
    Photoview.deletePhoto();
    a = cur.pvIndex;
    Photoview.show(false, cur.pvIndex + 1, null);
    b = cur.pvIndex;
    }
    }
     
    This article was useful for you?
    You can thank the author of the topic by transferring funds to your balance
    Thank the author
Loading...
Top