forked from walters954/why-salesforce
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Skip Check SF Id
Alfredo edited this page Jun 3, 2026
·
3 revisions
By enabling this setting, the extension will not try to estimate if the current page contains an Id.
By default, the extension performs this check and if the page you chose to favourite appears to contain an Id, the Tab will be saved as an Org Tab; otherwise, it will be saved as a generic Tab.
Based on this source, we create a RegExp in the constants.js file which is then used by the Tab class to test a given URL with the function containsSalesforceId.
The containsSalesforceId function is called after checking if this setting is disabled.
Last Updated at: v2.2.5