NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name FateOfAllFools - DIM Customization // @author rslifka // @connect docs.google.com // @connect googleusercontent.com // @connect rslifka.github.io // @copyright 2024, Robert Slifka (https://github.com/rslifka/fate_of_all_fools) // @description Enhancements to the Destiny Item Manager // @grant GM_addStyle // @grant GM_getResourceText // @grant GM_getValue // @grant GM_log // @grant GM_setValue // @grant GM_xmlhttpRequest // @homepageURL https://github.com/rslifka/fate_of_all_fools // @license MIT; https://raw.githubusercontent.com/rslifka/fate_of_all_fools/master/LICENSE.txt // @match https://app.destinyitemmanager.com/* // @require https://rslifka.github.io/fate_of_all_fools/fateOfAllFools.js // @resource fateOfAllFoolsCSS https://rslifka.github.io/fate_of_all_fools/fateOfAllFools.css // @run-at document-start // @supportURL https://github.com/rslifka/fate_of_all_fools/issues // @updateURL https://openuserjs.org/meta/rslifka/FateOfAllFools_-_DIM_Customization.meta.js // @version 533000 // ==/UserScript==