First off, great job on this plugin, so far things appear to be working very well. I had a question for you on a particular use-case involving some plugins we use...
We are using a couple plugins that include their css and/or js by naming the file using a timestamp to accomplish versioning. The exclude css and exclude js textboxes show examples of entering a specific filename only...
Here's an example of one script that I'd like to exclude but doesn't have a "static" name:
<script type='text/javascript' src='//storage.googleapis.com/nelioabtesting/6209123576184832.js?ver=4.1.1'></script>
Is it possible to exclude the above using a portion of the path (i.e. 'nelioabtesting')?
Thank you!