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
/* | |
Get a list of all files within the Shopify Admin (/admin/settings/files) | |
This needs to be run within the Chrome Browser. Paste into the debug console and run... | |
A text file will download when done. | |
*/ | |
(function(){ | |
var debug = false; // enable logging |
NewerOlder