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 LPS KB Portal view | |
| // @namespace https://gist.github.com/lucasvieites/3e1543562b88b9f51c22fcd13c4ea1f9 | |
| // @version 0.8.1 | |
| // @description Adds some useful features to the portal view of KB articles | |
| // @author Lucas Vieites | |
| // @match https://booking.service-now.com/lps* | |
| // @match https://bookingtempsandbox.service-now.com/lps* | |
| // @match https://bookingdev02.service-now.com/lps* | |
| // @match https://bookinguat.service-now.com/lps* |
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 Destination LPS KB form | |
| // @namespace https://gist.github.com/lucasvieites/49b318e354244cd3cef92ff5c40c713c | |
| // @version 0.4 | |
| // @description Adds functionality for power users of the knowledge form | |
| // @author Lucas Vieites | |
| // @match https://*.service-now.com/* | |
| // @grant GM_openInTab | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=booking.com | |
| // @updateURL https://gist.github.com/lucasvieites/49b318e354244cd3cef92ff5c40c713c/raw/bkng_dlpskb_form.user.js |