Skip to content

Instantly share code, notes, and snippets.

View lucasvieites's full-sized avatar

Lucas Vieites lucasvieites

View GitHub Profile
@lucasvieites
lucasvieites / bkng_dlpskb_portalview.user.js
Last active September 5, 2025 07:52
TamperMonkey script for Booking ServiceNow instance KB LPS Portal view
// ==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*
@lucasvieites
lucasvieites / bkng_dlpskb_form.user.js
Last active August 6, 2025 18:17
Booking ServiceNow knowledge article form
// ==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