NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name SalesForce Console UI enhancements // @version 0.1 // @description SalesForce console UI enhancements // @match https://na23.salesforce.com/*isdtp=vw* // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js // @grant GM_addStyle // @copyright 2016+, Roman Reitschmied // ==/UserScript== $(document).ready(function() { $("body").css({"font-size": "12px"}); });