Skip to content

Instantly share code, notes, and snippets.

@kaivi
kaivi / userscript.js
Created December 2, 2017 14:53
AWS S3 XML Prettifier
// ==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