Greasy Fork is available in English.
AP-intranet + open localhost in new tab.
当前为
// ==UserScript==
// @name AP-intranet + open localhost in new tab
// @description AP-intranet + open localhost in new tab.
// @namespace english
// @include http*://*globaljtbgroup.sharepoint.com/sites/AsiaPacific/Pages/Home.asp*
// @version 1.3
// @run-at document-end
// @grant GM_addStyle
// @license MIT
// ==/UserScript==
// Main - CSS added to header
window.open("http://localhost", '_blank');