This file contains 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
// ==UserScript== | |
// @name AWS S3 Listing prettifier | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @author Kai | |
// @match http*://*.amazonaws.com/* | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js | |
// @require https://rawgit.com/rufuspollock/s3-bucket-listing/gh-pages/list.js | |
// @run-at document-end |