Update esp-fixes.user.js
Include WASM ESP domain
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name ESP Fixes
|
// @name ESP Fixes
|
||||||
// @namespace https://esp.eas-cpq.de/
|
// @namespace https://esp.eas-cpq.de/
|
||||||
// @version 1.8
|
// @version 1.9
|
||||||
// @description Collection of fixes for the EAS Service Portal
|
// @description Collection of fixes for the EAS Service Portal
|
||||||
// @updateURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js
|
// @updateURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js
|
||||||
// @downloadURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js
|
// @downloadURL https://raw.githubusercontent.com/luxick/scripts/master/esp-fixes.user.js
|
||||||
// @author Marcel Fries
|
// @author Marcel Fries
|
||||||
// @match https://esp.eas-cpq.de/*
|
// @match https://esp.eas-cpq.de/*
|
||||||
// @match https://esp-new.eas-cpq.de/*
|
// @match https://esp-new.eas-cpq.de/*
|
||||||
|
// @match https://esp-wasm.eas-cpq.de/*
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
@@ -49,17 +50,8 @@ function clearViewState(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
var css = `
|
var css = `
|
||||||
.sidebar {
|
.dxbs-gridview > .panel .dxbs-table > tbody > tr > td {
|
||||||
flex 0 1 12%;
|
white-space: nowrap;
|
||||||
max-width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .panel-heading {
|
|
||||||
padding: 2px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .nav > li > a {
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@@ -67,7 +59,7 @@ var css = `
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Add custom CSS
|
// Add custom CSS
|
||||||
//addGlobalStyle(css);
|
addGlobalStyle(css);
|
||||||
|
|
||||||
// Never open Popup windows
|
// Never open Popup windows
|
||||||
console.log();
|
console.log();
|
||||||
|
|||||||
Reference in New Issue
Block a user