Skip to content

Instantly share code, notes, and snippets.

@korutx
Created October 10, 2016 15:53
Show Gist options
  • Save korutx/aa4f5df975df752452e76be9a8ce3726 to your computer and use it in GitHub Desktop.
Save korutx/aa4f5df975df752452e76be9a8ce3726 to your computer and use it in GitHub Desktop.
var assocname = '<thumbnailname>';
var node = document.childAssocs['rn:rendition'].filter(function(assoc){
return assoc.name == assocname;
})[0];
if(node){
logger.log(node.remove());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment