Find the id of one of the <li>
tags for a file in the folder, e.g folder-list-item5
Open the console and run this - it clicks the "X" button for every item in that folder.
jQuery("#folder-list-item5").find(".removeFrx").click()
Find the id of one of the <li>
tags for a file in the folder, e.g folder-list-item5
Open the console and run this - it clicks the "X" button for every item in that folder.
jQuery("#folder-list-item5").find(".removeFrx").click()