I assume you already tried the standard "feature-detection" by wrapping everything in a

if (window.external.msSiteModeCreateJumplist) { ... }

block?