Created
February 25, 2016 00:10
-
-
Save bjmiller121/af61021ec9d2a8312e45 to your computer and use it in GitHub Desktop.
Bookmarklet to uncheck all auto-detected Features dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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