Skip to content

Instantly share code, notes, and snippets.

@RandomArray
Created November 9, 2016 18:40
Show Gist options
  • Save RandomArray/bd015017fe5757793c2f0c50b5c9499a to your computer and use it in GitHub Desktop.
Save RandomArray/bd015017fe5757793c2f0c50b5c9499a to your computer and use it in GitHub Desktop.
Bookmarklet javascript for Ultimate Client Manager. It triggers a click event on all "Archive" buttons. Avoid clicking every button individually as there is not an "Archive All" button in UCM.
////////////////
//
// Equivalent to running the following jQuery in the console.
//
// $('.socialtwitter_message_action').click();
//
////////////////
javascript:(function()%7B%24('.socialtwitter_message_action').click()%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment