ServiceNow Inject Custom Bookmarks into UI

Take your bookmarks wherever you go by dynamically injecting your bookmark configuration list into the UI (classic or polaris).

As of 2023-09-29. See the latest version.

Author
Erik Anderson
Ratings
0 0 0
Version
1.0.09.09.2023
Created
2023-09-29
Updated
2023-09-29
Size
41.3 KB
License
MIT
Applies to

ServiceNow: Inject Custom Bookmarks into UI

Take your bookmarks wherever you go by dynamically injecting your bookmark configuration list into the UI (Classic or Next Experience).

Why This Exists


If you're like me, you may be someone that is on multiple ServiceNow Instances all the time, maybe some of those instances get z-booted or cloned over on a fairly regular basis. Then all of your favorite bookmarks that you spent a good while meticulously crafting are gone. Additionally each instance probably has a different set of bookmarks, there's no consistency and makes developing and navigating on the platform just that much more cumbersome.


This makes things simple. Configure the bookmark array within the script with whatever you like (or just use the default that I provided as an example below) and then you're good. Whenever you open your ServiceNow instance the script will append the bookmark list configured within the script and append it to your existing bookmark list already in the instance. Whenever you make a change your bookmarks will update on every instance you visit so no need to repeat.