Created
November 9, 2016 18:40
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////// | |
// | |
// 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