アドレスバーに「target」と入力すると以前表示していたアクティビティのURLに移動した際にこのような表示になります。

if (location.hash.includes('/target/')) {
location.hash = location.hash.replace(/target(.*)$/, 'target/activities/activityLibrary');
location.reload()
}
javascript:if(location.hash.includes('/target/'))
{location.hash=location.hash.replace(/target(.*)$/,
'target/activities/activityLibrary');location.reload()}



javascript:if(location.hash.includes('/target/'))
{location.hash=location.hash.replace(/target(.*)$/,
'target/audiences/audienceLibrary');location.reload()}
javascript:if(location.hash.includes('/target/'))
{location.hash=location.hash.replace(/target(.*)$/,
'target/audiences/profilescripts');location.reload()}