This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Check HP Warranty Data | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
//configure script include to run at https://support.hpe.com/hpsc/wc/public/find | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am rtucker-mozilla on github. | |
* I am robtucker (https://keybase.io/robtucker) on keybase. | |
* I have a public key ASDTzxa88y5Zraw6vRhd8J3vqvlQXbJeEgHM-OQr5t_Pawo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IAMGroupMapping: | |
- GlobalAdmins: | |
LDAPGroup: nubis_global_admins | |
IAMPath: /nubis/admin/ | |
ConsulPath: global-admins | |
BECOMES | |
IAMGroupMapping: | |
- SystemsUsers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%pageid = 1; | |
%%errormsg_qid = 6; | |
%%completed_percent = 0; | |
%%slider_array = array(4,7,21,22,23,24,25,26); | |
foreach(%%slider_array as %%slider_id){ | |
%%completed_percent = %%completed_percent + sgapiGetValue(%%slider_id); | |
} | |
if (%%completed_percent != 100){ | |
sgapiHideQuestion(%%errormsg_qid,false); |