Skip to content

Instantly share code, notes, and snippets.

@bjmiller121
Created February 25, 2016 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjmiller121/af61021ec9d2a8312e45 to your computer and use it in GitHub Desktop.
Save bjmiller121/af61021ec9d2a8312e45 to your computer and use it in GitHub Desktop.
Bookmarklet to uncheck all auto-detected Features dependencies
javascript:(function($){$('.component-detected').prop('checked', false)})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment