Bookmarklet shortcuts for Salesforce
1 min readJul 23, 2022
What’s the first thing you do when you login to your salesforce devorg?
Obviously — Switch to classic and open developer console right?
Right?! Right!?
Well to make things easy… here’s list of bookmarks to add on your browser to open things faster on your multiple orgs
Bookmarklets is a way to run custom JS lines while to open browser tabs.
Save the following lines as HTML and Import in browser’s bookmarks or favorites and you can modify them to do any other custom activity while opening the tabs.
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
<DT><H3 ADD_DATE="1591353545" LAST_MODIFIED="1657368109" PERSONAL_TOOLBAR_FOLDER="true">Favorites bar</H3>
<DL><p>
<DT><H3 ADD_DATE="1657366730" LAST_MODIFIED="1657368224">SFDC shortcuts</H3>
<DL><p>
<DT><A HREF="javascript:(function(){window.open('/_ui/common/apex/debug/ApexCSIPage','_blank');})()" ADD_DATE="1657367781">Developer console</A>
<DT><H3 ADD_DATE="1657368743" LAST_MODIFIED="1657368773">Classic</H3>
<DL><p>
<DT><A HREF="javascript:(function(){window.open('/ltng/switcher?destination=classic%27,%27_blank%27);})()" ADD_DATE="1657367924">Switch to classic</A>
<DT><A HREF="javascript:(function(){window.open('/001/o','_blank');})()" ADD_DATE="1657368224">Accounts in classic</A>
<DT><A HREF="javascript:(function(){window.open('/p/setup/custent/CustomObjectsPage','_blank');})()" ADD_DATE="1657368033">Custom Objects Classic</A>
</DL><p>
<DT><H3 ADD_DATE="1657368743" LAST_MODIFIED="1657368854">Lightning</H3>
<DL><p>
<DT><A HREF="javascript:(function(){window.open('/lightning/setup/ObjectManager/home','_blank');})()" ADD_DATE="1657367601">Object Manager Ltng</A>
<DT><A HREF="javascript:(function(){window.open('/lightning/setup/SetupOneHome/home','_blank');})()" ADD_DATE="1657368854">Setup in lightning</A>
</DL><p>
</DL><p>
</DL><p>
</DL><p>
Your welcome!