Skip to content

Instantly share code, notes, and snippets.

@swanson
Created December 6, 2013 17:43
Show Gist options
  • Save swanson/7829022 to your computer and use it in GitHub Desktop.
Save swanson/7829022 to your computer and use it in GitHub Desktop.
Remove all items from a folder in a Crucible review
@mpiasta-ca
Copy link

In Chrome developer console you can run:

jQuery("#frx-list-item38220").parent().find(".removeFrx").click()

@lstrojny
Copy link

lstrojny commented Jul 1, 2015

Remove everything below a folder called "vendor":

jQuery('.frx-list-item span:contains(vendor)').parent().find(".removeFrx").click()

@Beniamiiin
Copy link

Extension for safari and google chrome https://github.com/Beniamiiin/FisheyeDirectoryRemover

@realdubb
Copy link

Thanks, that extension is a timesaver!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment