Skip to content

Easy way to bypass (you're welcome) #148

@voltuer

Description

@voltuer

This is for people like me, who hate libraries like this

Just add an OnBeforeUnload event to the page using the URL field in the browser, and it will force it to prompt before trying to leave/close the page, then you can tell it to ignore further prompts and you're free.

javascript:window.onbeforeunload=function(){return true}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions