Skip to content

Hide instant redirection page from history #742

@NewsGuyTor

Description

@NewsGuyTor

It's really annoying to click on a bit.ly link or something, and then not have the back button work because the previous page is the redirection HTML and not the page you were on.

Thankfully, it should be really easy to fix. I think either adding this in before-navigate.js should do it:

window.location.replace(url);

or this:

history.deleteUrl()

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersno staleissues with this label won't stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions