conquerthechaos / Improved Infusionsoft® UI/UX

// ==UserScript==
// @name         Improved Infusionsoft® UI/UX
// @namespace    https://conquerthechaos.org/
// @version      0.1
// @description  Tweaks and enhancements to the Infusionsoft interface, to improve the user experience
// @author       Geover D. Zamora, Conquer The Chaos Ltd
// @match        https://*.infusionsoft.com/app/*
// @match        https://infusionsoft.app*
// @grant        none
// @license MIT
// @copyright 2018, conquerthechaos (https://openuserjs.org/users/conquerthechaos)
// ==/UserScript==

// ==OpenUserJS==
// @author conquerthechaos
// ==/OpenUserJS==

(function () {
  'use strict';

    
})();