Any way to disable (or discourage) use of back/forward buttons?

I noticed the usual trick of using window.onbeforeunload doesn’t work, since the page isn’t actually really changing when a user clicks back/forward. I’m wondering if there’s some way to prevent or discourage back/forward in Meteor? I’m using Flow Router.