[{"data":1,"prerenderedAt":1055},["ShallowReactive",2],{"page-\u002Fblog\u002Fboost-your-servicenow-productivity-with-these-handy-bookmarklets":3},{"id":4,"title":5,"author":6,"authorUrl":7,"body":8,"date":1017,"dateUpdated":29,"description":1018,"dqid":1019,"excerpt":1020,"extension":1021,"faq":1022,"headline":1032,"meta":1033,"navigation":1034,"path":1035,"seo":1036,"socialImage":1037,"stem":1043,"tags":1044,"__hash__":1054},"content\u002Fblog\u002Fboost-your-servicenow-productivity-with-these-handy-bookmarklets.md","Boost Your ServiceNow Productivity with These Handy Bookmarklets | SN-Tricks","Gabriel Fordan","https:\u002F\u002Fwww.linkedin.com\u002Fin\u002Fgabrielfordan",{"type":9,"value":10,"toc":1010},"minimark",[11,15,20,23,131,135,138,290,294,297,521,525,528,731,735,738,986,989,992,995,1006],[12,13,14],"p",{},"ServiceNow is a powerful platform that helps organizations streamline their IT service management processes. However, navigating through the various menus and pages can sometimes be time-consuming. That's where ServiceNow bookmarklets come in handy. Bookmarklets are small JavaScript programs that you can save as bookmarks in your browser, allowing you to perform specific actions with just a click. In this blog post, we'll share some of our favorite ServiceNow bookmarklets that can help you work more efficiently.",[16,17,19],"h2",{"id":18},"_1-impersonate-user","1. Impersonate User",[12,21,22],{},"This bookmarklet allows you to quickly impersonate another user in ServiceNow, which is useful for testing and troubleshooting purposes. Simply click on the bookmarklet and enter the user's ID to switch to their account.",[24,25,30],"pre",{"className":26,"code":27,"language":28,"meta":29,"style":29},"language-javascript shiki shiki-themes github-light github-light","javascript: var id = prompt(\"Enter user id (e.g. abel.tuter)\");\nif (id) {\n  GlideURL.set(\"sysparm_user_id\", id);\n  GlideURL.set(\"sysparm_nostack\", \"true\");\n  GlideURL.refresh();\n}\n","javascript","",[31,32,33,68,77,94,114,125],"code",{"__ignoreMap":29},[34,35,38,41,45,49,52,55,58,61,65],"span",{"class":36,"line":37},"line",1,[34,39,28],{"class":40},"se37E",[34,42,44],{"class":43},"sKWpL",": ",[34,46,48],{"class":47},"sCydW","var",[34,50,51],{"class":43}," id ",[34,53,54],{"class":47},"=",[34,56,57],{"class":40}," prompt",[34,59,60],{"class":43},"(",[34,62,64],{"class":63},"sOTlB","\"Enter user id (e.g. abel.tuter)\"",[34,66,67],{"class":43},");\n",[34,69,71,74],{"class":36,"line":70},2,[34,72,73],{"class":47},"if",[34,75,76],{"class":43}," (id) {\n",[34,78,80,83,86,88,91],{"class":36,"line":79},3,[34,81,82],{"class":43},"  GlideURL.",[34,84,85],{"class":40},"set",[34,87,60],{"class":43},[34,89,90],{"class":63},"\"sysparm_user_id\"",[34,92,93],{"class":43},", id);\n",[34,95,97,99,101,103,106,109,112],{"class":36,"line":96},4,[34,98,82],{"class":43},[34,100,85],{"class":40},[34,102,60],{"class":43},[34,104,105],{"class":63},"\"sysparm_nostack\"",[34,107,108],{"class":43},", ",[34,110,111],{"class":63},"\"true\"",[34,113,67],{"class":43},[34,115,117,119,122],{"class":36,"line":116},5,[34,118,82],{"class":43},[34,120,121],{"class":40},"refresh",[34,123,124],{"class":43},"();\n",[34,126,128],{"class":36,"line":127},6,[34,129,130],{"class":43},"}\n",[16,132,134],{"id":133},"_2-switch-to-global-application","2. Switch to Global Application",[12,136,137],{},"If you frequently work with multiple ServiceNow applications, this bookmarklet can save you time by quickly switching to the global application scope. No more navigating through the application picker!",[24,139,141],{"className":26,"code":140,"language":28,"meta":29,"style":29},"javascript: var url = window.location.href;\nurl = url\n  .replace(\u002Fnav_to.do\u002F, \"navpage.do\")\n  .replace(\u002Fsysparm_url_target\u002F, \"sysparm_direct\")\n  .replace(\u002F(http.*?\\.com\\\u002F).*?(\\\u002F.*)$\u002F, \"$1$2\");\nwindow.location.href = url + \"&sysparm_force_global=true\";\n",[31,142,143,159,169,197,215,272],{"__ignoreMap":29},[34,144,145,147,149,151,154,156],{"class":36,"line":37},[34,146,28],{"class":40},[34,148,44],{"class":43},[34,150,48],{"class":47},[34,152,153],{"class":43}," url ",[34,155,54],{"class":47},[34,157,158],{"class":43}," window.location.href;\n",[34,160,161,164,166],{"class":36,"line":70},[34,162,163],{"class":43},"url ",[34,165,54],{"class":47},[34,167,168],{"class":43}," url\n",[34,170,171,174,177,179,182,186,189,191,194],{"class":36,"line":79},[34,172,173],{"class":43},"  .",[34,175,176],{"class":40},"replace",[34,178,60],{"class":43},[34,180,181],{"class":63},"\u002Fnav_to",[34,183,185],{"class":184},"sMN4m",".",[34,187,188],{"class":63},"do\u002F",[34,190,108],{"class":43},[34,192,193],{"class":63},"\"navpage.do\"",[34,195,196],{"class":43},")\n",[34,198,199,201,203,205,208,210,213],{"class":36,"line":96},[34,200,173],{"class":43},[34,202,176],{"class":40},[34,204,60],{"class":43},[34,206,207],{"class":63},"\u002Fsysparm_url_target\u002F",[34,209,108],{"class":43},[34,211,212],{"class":63},"\"sysparm_direct\"",[34,214,196],{"class":43},[34,216,217,219,221,223,226,228,231,235,238,241,244,246,248,250,252,254,257,259,262,265,267,270],{"class":36,"line":116},[34,218,173],{"class":43},[34,220,176],{"class":40},[34,222,60],{"class":43},[34,224,225],{"class":63},"\u002F(http",[34,227,185],{"class":184},[34,229,230],{"class":47},"*?",[34,232,234],{"class":233},"sc-UE","\\.",[34,236,237],{"class":63},"com",[34,239,240],{"class":233},"\\\u002F",[34,242,243],{"class":63},")",[34,245,185],{"class":184},[34,247,230],{"class":47},[34,249,60],{"class":63},[34,251,240],{"class":233},[34,253,185],{"class":184},[34,255,256],{"class":47},"*",[34,258,243],{"class":63},[34,260,261],{"class":47},"$",[34,263,264],{"class":63},"\u002F",[34,266,108],{"class":43},[34,268,269],{"class":63},"\"$1$2\"",[34,271,67],{"class":43},[34,273,274,277,279,281,284,287],{"class":36,"line":127},[34,275,276],{"class":43},"window.location.href ",[34,278,54],{"class":47},[34,280,153],{"class":43},[34,282,283],{"class":47},"+",[34,285,286],{"class":63}," \"&sysparm_force_global=true\"",[34,288,289],{"class":43},";\n",[16,291,293],{"id":292},"_3-open-current-record-in-a-new-tab","3. Open Current Record in a New Tab",[12,295,296],{},"When you need to reference a record in a new tab, this bookmarklet comes in handy. It opens the current record in a new tab, allowing you to easily switch between different records or compare information side by side.",[24,298,300],{"className":26,"code":299,"language":28,"meta":29,"style":29},"javascript: var url = window.location.href;\nvar regex = \u002Fsys_id%3D([a-z0-9]+)\u002Fi;\nvar match = regex.exec(url);\nif (match != null && match.length > 1) {\n  var sys_id = match[1];\n  var url =\n    window.location.origin +\n    \"\u002F\" +\n    window.location.pathname.split(\"\u002F\")[1] +\n    \".do?sys_id=\" +\n    sys_id;\n  window.open(url, \"_blank\");\n} else {\n  alert(\"No sys_id found in URL!\");\n}\n",[31,301,302,316,341,359,390,409,418,427,436,460,468,474,491,503,516],{"__ignoreMap":29},[34,303,304,306,308,310,312,314],{"class":36,"line":37},[34,305,28],{"class":40},[34,307,44],{"class":43},[34,309,48],{"class":47},[34,311,153],{"class":43},[34,313,54],{"class":47},[34,315,158],{"class":43},[34,317,318,320,323,325,328,331,333,336,339],{"class":36,"line":70},[34,319,48],{"class":47},[34,321,322],{"class":43}," regex ",[34,324,54],{"class":47},[34,326,327],{"class":63}," \u002Fsys_id%3D(",[34,329,330],{"class":184},"[a-z0-9]",[34,332,283],{"class":47},[34,334,335],{"class":63},")\u002F",[34,337,338],{"class":47},"i",[34,340,289],{"class":43},[34,342,343,345,348,350,353,356],{"class":36,"line":79},[34,344,48],{"class":47},[34,346,347],{"class":43}," match ",[34,349,54],{"class":47},[34,351,352],{"class":43}," regex.",[34,354,355],{"class":40},"exec",[34,357,358],{"class":43},"(url);\n",[34,360,361,363,366,369,372,375,378,381,384,387],{"class":36,"line":96},[34,362,73],{"class":47},[34,364,365],{"class":43}," (match ",[34,367,368],{"class":47},"!=",[34,370,371],{"class":184}," null",[34,373,374],{"class":47}," &&",[34,376,377],{"class":43}," match.",[34,379,380],{"class":184},"length",[34,382,383],{"class":47}," >",[34,385,386],{"class":184}," 1",[34,388,389],{"class":43},") {\n",[34,391,392,395,398,400,403,406],{"class":36,"line":116},[34,393,394],{"class":47},"  var",[34,396,397],{"class":43}," sys_id ",[34,399,54],{"class":47},[34,401,402],{"class":43}," match[",[34,404,405],{"class":184},"1",[34,407,408],{"class":43},"];\n",[34,410,411,413,415],{"class":36,"line":127},[34,412,394],{"class":47},[34,414,153],{"class":43},[34,416,417],{"class":47},"=\n",[34,419,421,424],{"class":36,"line":420},7,[34,422,423],{"class":43},"    window.location.origin ",[34,425,426],{"class":47},"+\n",[34,428,430,433],{"class":36,"line":429},8,[34,431,432],{"class":63},"    \"\u002F\"",[34,434,435],{"class":47}," +\n",[34,437,439,442,445,447,450,453,455,458],{"class":36,"line":438},9,[34,440,441],{"class":43},"    window.location.pathname.",[34,443,444],{"class":40},"split",[34,446,60],{"class":43},[34,448,449],{"class":63},"\"\u002F\"",[34,451,452],{"class":43},")[",[34,454,405],{"class":184},[34,456,457],{"class":43},"] ",[34,459,426],{"class":47},[34,461,463,466],{"class":36,"line":462},10,[34,464,465],{"class":63},"    \".do?sys_id=\"",[34,467,435],{"class":47},[34,469,471],{"class":36,"line":470},11,[34,472,473],{"class":43},"    sys_id;\n",[34,475,477,480,483,486,489],{"class":36,"line":476},12,[34,478,479],{"class":43},"  window.",[34,481,482],{"class":40},"open",[34,484,485],{"class":43},"(url, ",[34,487,488],{"class":63},"\"_blank\"",[34,490,67],{"class":43},[34,492,494,497,500],{"class":36,"line":493},13,[34,495,496],{"class":43},"} ",[34,498,499],{"class":47},"else",[34,501,502],{"class":43}," {\n",[34,504,506,509,511,514],{"class":36,"line":505},14,[34,507,508],{"class":40},"  alert",[34,510,60],{"class":43},[34,512,513],{"class":63},"\"No sys_id found in URL!\"",[34,515,67],{"class":43},[34,517,519],{"class":36,"line":518},15,[34,520,130],{"class":43},[16,522,524],{"id":523},"_4-clone-current-record","4. Clone Current Record",[12,526,527],{},"Sometimes you may need to create a copy of an existing record. With this bookmarklet, you can clone the current record with just a click, saving you the hassle of manually creating a new record and copying over the information.",[24,529,531],{"className":26,"code":530,"language":28,"meta":29,"style":29},"javascript: var url = window.location.href;\nvar regex = \u002Fsys_id%3D([a-z0-9]+)\u002Fi;\nvar match = regex.exec(url);\nif (match != null && match.length > 1) {\n  var sys_id = match[1];\n  var table = window.location.pathname.split(\"\u002F\")[1].replace(\".do\", \"\");\n  var clone_url =\n    window.location.origin +\n    \"\u002F\" +\n    table +\n    \".do?sys_id=-1&sysparm_query=sys_id=-1^DUPLICATE_FROM=\" +\n    sys_id;\n  window.open(clone_url, \"_blank\");\n} else {\n  alert(\"No sys_id found in URL!\");\n}\n",[31,532,533,547,567,581,603,617,656,665,671,677,684,691,695,708,716,726],{"__ignoreMap":29},[34,534,535,537,539,541,543,545],{"class":36,"line":37},[34,536,28],{"class":40},[34,538,44],{"class":43},[34,540,48],{"class":47},[34,542,153],{"class":43},[34,544,54],{"class":47},[34,546,158],{"class":43},[34,548,549,551,553,555,557,559,561,563,565],{"class":36,"line":70},[34,550,48],{"class":47},[34,552,322],{"class":43},[34,554,54],{"class":47},[34,556,327],{"class":63},[34,558,330],{"class":184},[34,560,283],{"class":47},[34,562,335],{"class":63},[34,564,338],{"class":47},[34,566,289],{"class":43},[34,568,569,571,573,575,577,579],{"class":36,"line":79},[34,570,48],{"class":47},[34,572,347],{"class":43},[34,574,54],{"class":47},[34,576,352],{"class":43},[34,578,355],{"class":40},[34,580,358],{"class":43},[34,582,583,585,587,589,591,593,595,597,599,601],{"class":36,"line":96},[34,584,73],{"class":47},[34,586,365],{"class":43},[34,588,368],{"class":47},[34,590,371],{"class":184},[34,592,374],{"class":47},[34,594,377],{"class":43},[34,596,380],{"class":184},[34,598,383],{"class":47},[34,600,386],{"class":184},[34,602,389],{"class":43},[34,604,605,607,609,611,613,615],{"class":36,"line":116},[34,606,394],{"class":47},[34,608,397],{"class":43},[34,610,54],{"class":47},[34,612,402],{"class":43},[34,614,405],{"class":184},[34,616,408],{"class":43},[34,618,619,621,624,626,629,631,633,635,637,639,642,644,646,649,651,654],{"class":36,"line":127},[34,620,394],{"class":47},[34,622,623],{"class":43}," table ",[34,625,54],{"class":47},[34,627,628],{"class":43}," window.location.pathname.",[34,630,444],{"class":40},[34,632,60],{"class":43},[34,634,449],{"class":63},[34,636,452],{"class":43},[34,638,405],{"class":184},[34,640,641],{"class":43},"].",[34,643,176],{"class":40},[34,645,60],{"class":43},[34,647,648],{"class":63},"\".do\"",[34,650,108],{"class":43},[34,652,653],{"class":63},"\"\"",[34,655,67],{"class":43},[34,657,658,660,663],{"class":36,"line":420},[34,659,394],{"class":47},[34,661,662],{"class":43}," clone_url ",[34,664,417],{"class":47},[34,666,667,669],{"class":36,"line":429},[34,668,423],{"class":43},[34,670,426],{"class":47},[34,672,673,675],{"class":36,"line":438},[34,674,432],{"class":63},[34,676,435],{"class":47},[34,678,679,682],{"class":36,"line":462},[34,680,681],{"class":43},"    table ",[34,683,426],{"class":47},[34,685,686,689],{"class":36,"line":470},[34,687,688],{"class":63},"    \".do?sys_id=-1&sysparm_query=sys_id=-1^DUPLICATE_FROM=\"",[34,690,435],{"class":47},[34,692,693],{"class":36,"line":476},[34,694,473],{"class":43},[34,696,697,699,701,704,706],{"class":36,"line":493},[34,698,479],{"class":43},[34,700,482],{"class":40},[34,702,703],{"class":43},"(clone_url, ",[34,705,488],{"class":63},[34,707,67],{"class":43},[34,709,710,712,714],{"class":36,"line":505},[34,711,496],{"class":43},[34,713,499],{"class":47},[34,715,502],{"class":43},[34,717,718,720,722,724],{"class":36,"line":518},[34,719,508],{"class":40},[34,721,60],{"class":43},[34,723,513],{"class":63},[34,725,67],{"class":43},[34,727,729],{"class":36,"line":728},16,[34,730,130],{"class":43},[16,732,734],{"id":733},"_5-insert-current-user","5. Insert Current User",[12,736,737],{},"When filling out forms or updating records, you often need to enter your own user information. This bookmarklet automatically inserts the current user's ID into the selected field, saving you time and reducing the chances of typos.",[24,739,741],{"className":26,"code":740,"language":28,"meta":29,"style":29},"javascript: var elementNames = [\n  \"assigned_to\",\n  \"caller_id\",\n  \"requested_by\",\n  \"opened_by\",\n  \"closed_by\",\n  \"resolved_by\",\n  \"user\",\n  \"user_name\",\n];\nvar elementFound = false;\nfor (var i = 0; i \u003C elementNames.length; i++) {\n  var elementName = elementNames[i];\n  var element = document.getElementsByName(elementName)[0];\n  if (element) {\n    element.value = g_user.userID;\n    elementFound = true;\n    break;\n  }\n}\nif (!elementFound) {\n  alert(\"No matching element found!\");\n}\n",[31,742,743,759,767,774,781,788,795,802,809,816,820,834,871,883,906,914,924,937,945,951,956,969,981],{"__ignoreMap":29},[34,744,745,747,749,751,754,756],{"class":36,"line":37},[34,746,28],{"class":40},[34,748,44],{"class":43},[34,750,48],{"class":47},[34,752,753],{"class":43}," elementNames ",[34,755,54],{"class":47},[34,757,758],{"class":43}," [\n",[34,760,761,764],{"class":36,"line":70},[34,762,763],{"class":63},"  \"assigned_to\"",[34,765,766],{"class":43},",\n",[34,768,769,772],{"class":36,"line":79},[34,770,771],{"class":63},"  \"caller_id\"",[34,773,766],{"class":43},[34,775,776,779],{"class":36,"line":96},[34,777,778],{"class":63},"  \"requested_by\"",[34,780,766],{"class":43},[34,782,783,786],{"class":36,"line":116},[34,784,785],{"class":63},"  \"opened_by\"",[34,787,766],{"class":43},[34,789,790,793],{"class":36,"line":127},[34,791,792],{"class":63},"  \"closed_by\"",[34,794,766],{"class":43},[34,796,797,800],{"class":36,"line":420},[34,798,799],{"class":63},"  \"resolved_by\"",[34,801,766],{"class":43},[34,803,804,807],{"class":36,"line":429},[34,805,806],{"class":63},"  \"user\"",[34,808,766],{"class":43},[34,810,811,814],{"class":36,"line":438},[34,812,813],{"class":63},"  \"user_name\"",[34,815,766],{"class":43},[34,817,818],{"class":36,"line":462},[34,819,408],{"class":43},[34,821,822,824,827,829,832],{"class":36,"line":470},[34,823,48],{"class":47},[34,825,826],{"class":43}," elementFound ",[34,828,54],{"class":47},[34,830,831],{"class":184}," false",[34,833,289],{"class":43},[34,835,836,839,842,844,847,849,852,855,858,861,863,866,869],{"class":36,"line":476},[34,837,838],{"class":47},"for",[34,840,841],{"class":43}," (",[34,843,48],{"class":47},[34,845,846],{"class":43}," i ",[34,848,54],{"class":47},[34,850,851],{"class":184}," 0",[34,853,854],{"class":43},"; i ",[34,856,857],{"class":47},"\u003C",[34,859,860],{"class":43}," elementNames.",[34,862,380],{"class":184},[34,864,865],{"class":43},"; i",[34,867,868],{"class":47},"++",[34,870,389],{"class":43},[34,872,873,875,878,880],{"class":36,"line":493},[34,874,394],{"class":47},[34,876,877],{"class":43}," elementName ",[34,879,54],{"class":47},[34,881,882],{"class":43}," elementNames[i];\n",[34,884,885,887,890,892,895,898,901,904],{"class":36,"line":505},[34,886,394],{"class":47},[34,888,889],{"class":43}," element ",[34,891,54],{"class":47},[34,893,894],{"class":43}," document.",[34,896,897],{"class":40},"getElementsByName",[34,899,900],{"class":43},"(elementName)[",[34,902,903],{"class":184},"0",[34,905,408],{"class":43},[34,907,908,911],{"class":36,"line":518},[34,909,910],{"class":47},"  if",[34,912,913],{"class":43}," (element) {\n",[34,915,916,919,921],{"class":36,"line":728},[34,917,918],{"class":43},"    element.value ",[34,920,54],{"class":47},[34,922,923],{"class":43}," g_user.userID;\n",[34,925,927,930,932,935],{"class":36,"line":926},17,[34,928,929],{"class":43},"    elementFound ",[34,931,54],{"class":47},[34,933,934],{"class":184}," true",[34,936,289],{"class":43},[34,938,940,943],{"class":36,"line":939},18,[34,941,942],{"class":47},"    break",[34,944,289],{"class":43},[34,946,948],{"class":36,"line":947},19,[34,949,950],{"class":43},"  }\n",[34,952,954],{"class":36,"line":953},20,[34,955,130],{"class":43},[34,957,959,961,963,966],{"class":36,"line":958},21,[34,960,73],{"class":47},[34,962,841],{"class":43},[34,964,965],{"class":47},"!",[34,967,968],{"class":43},"elementFound) {\n",[34,970,972,974,976,979],{"class":36,"line":971},22,[34,973,508],{"class":40},[34,975,60],{"class":43},[34,977,978],{"class":63},"\"No matching element found!\"",[34,980,67],{"class":43},[34,982,984],{"class":36,"line":983},23,[34,985,130],{"class":43},[12,987,988],{},"In addition to the bookmarklets shared in this post, there are many more useful ServiceNow bookmarklets out there. To make it easier for our readers to discover and leverage these productivity-boosting tools, we'll be creating a dedicated page on our website to showcase a comprehensive list of ServiceNow bookmarklets.",[12,990,991],{},"Our upcoming \"ServiceNow Bookmarklets Library\" page will feature a curated collection of bookmarklets, organized by category and accompanied by brief descriptions of their functionality. We'll include bookmarklets for various tasks, such as navigation, record management, form filling, and more. This resource will be regularly updated as we discover and develop new bookmarklets to further enhance your ServiceNow experience.",[12,993,994],{},"Stay tuned for the launch of our ServiceNow Bookmarklets Library page, and get ready to take your ServiceNow productivity to the next level!",[12,996,997,998,1005],{},"In the meantime, if you have any favorite ServiceNow bookmarklets that you'd like to see included in our library, please share them with us by messaging me on ",[999,1000,1004],"a",{"href":1001,"rel":1002},"https:\u002F\u002Flinkedin.com\u002Fin\u002FGabrielFordan",[1003],"nofollow","LinkedIn",". We'd love to hear from you and learn about the bookmarklets that have helped you work smarter and faster in ServiceNow.",[1007,1008,1009],"style",{},"html pre.shiki code .se37E, html code.shiki .se37E{--shiki-default:#6F42C1;--shiki-dark:#6F42C1}html pre.shiki code .sKWpL, html code.shiki .sKWpL{--shiki-default:#24292E;--shiki-dark:#24292E}html pre.shiki code .sCydW, html code.shiki .sCydW{--shiki-default:#D73A49;--shiki-dark:#D73A49}html pre.shiki code .sOTlB, html code.shiki .sOTlB{--shiki-default:#032F62;--shiki-dark:#032F62}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sMN4m, html code.shiki .sMN4m{--shiki-default:#005CC5;--shiki-dark:#005CC5}html pre.shiki code .sc-UE, html code.shiki .sc-UE{--shiki-default:#22863A;--shiki-default-font-weight:bold;--shiki-dark:#22863A;--shiki-dark-font-weight:bold}",{"title":29,"searchDepth":70,"depth":70,"links":1011},[1012,1013,1014,1015,1016],{"id":18,"depth":70,"text":19},{"id":133,"depth":70,"text":134},{"id":292,"depth":70,"text":293},{"id":523,"depth":70,"text":524},{"id":733,"depth":70,"text":734},"2024-04-08T18:00:00","Discover a collection of handy ServiceNow bookmarklets that can boost your productivity. Learn how to quickly impersonate users, switch applications, clone records, and more with just a click. Streamline your ServiceNow workflows and save time using these practical JavaScript bookmarklets.","boost-your-servicenow-productivity-with-these-handy-bookmarklets",null,"md",[1023,1026,1029],{"question":1024,"answer":1025},"What are bookmarklets?","Bookmarklets are small JavaScript programs that can be saved as bookmarks in your browser. They allow you to perform specific actions or functions on a webpage with just a click.",{"question":1027,"answer":1028},"How can bookmarklets help me in ServiceNow?","ServiceNow bookmarklets can help you streamline your workflows, save time, and perform common tasks more efficiently. They can automate repetitive actions, simplify navigation, and enhance your overall productivity within the platform.",{"question":1030,"answer":1031},"Where can I find more ServiceNow bookmarklets?","Stay tuned for the launch of our ServiceNow Bookmarklets Library page, where we will showcase a curated collection of bookmarklets organized by category. This resource will be regularly updated with new bookmarklets to help you work smarter and faster in ServiceNow.","Boost Your ServiceNow Productivity with These Handy Bookmarklets",{},true,"\u002Fblog\u002Fboost-your-servicenow-productivity-with-these-handy-bookmarklets",{"title":5,"description":1018},{"src":1038,"mime":1039,"alt":1040,"width":1041,"height":1042},"\u002Fmeta-img.webp","webp","Illustration with the text \"Get Better at ServiceNow Development\" on a blue green background.",1200,630,"blog\u002Fboost-your-servicenow-productivity-with-these-handy-bookmarklets",[1045,1046,1047,1048,1049,1050,1051,1052,1053],"ServiceNow","Productivity","Bookmarklets","JavaScript","Tips","Tricks","Workflow","Efficiency","SN-Tricks","R5IZzwJK7GYSt7T4xlK5oCnobCUzma-7PqwfySXh5NY",1789945516282]