Advertisement
KiberInfinity

vk audio album edit check audios

Dec 23rd, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //check all
  2. each(geByClass('olist_item_wrap'),function(i,el){if (!hasClass(el,'olist_item_wrap_on')) el.click()})
  3.  
  4.  
  5. //uncheck all
  6. each(geByClass('olist_item_wrap'),function(i,el){if (hasClass(el,'olist_item_wrap_on')) el.click()})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement