Skip to content

Instantly share code, notes, and snippets.

@creesch
Created May 14, 2018 11:14
Show Gist options
  • Select an option

  • Save creesch/059b814c7e937152c7cf8edd77f66ad4 to your computer and use it in GitHub Desktop.

Select an option

Save creesch/059b814c7e937152c7cf8edd77f66ad4 to your computer and use it in GitHub Desktop.
TB.listener.on('post', function(e) {
const $target = $(e.target);
const $post = $target.closest('.scrollerItem');
$post.find('[data-click-id="expando_open"]').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment