Redirect the initial salesforces pages to AllTabs Page!
目前為
// ==UserScript== // @name Redirect to AllTabs // @namespace http://domain.com/directory // @version 1.0 // @description Redirect the initial salesforces pages to AllTabs Page! // @include https://*.my.salesforce.com/home/home.jsp // @include https://*.lightning.force.com/lightning/page/home // @include https://*.lightning.force.com/lightning/setup/SetupOneHome/home // ==/UserScript== document.location.href = "/ltng/switcher?destination=classic"; document.location.href = "showAllTabs.jsp";