Skip to content

Extension is not working in Firefox 26 #20

Open
@MelkorNemesis

Description

@MelkorNemesis

When using Firefox 26, there're two glitches.

1) TypeError: invalid 'in' operand window.history
[Break On This Error]
this.popped = !!('state' in window.history) && !!window.history.state;

After fixing this line to not use in operand, another glitch occurs.
2) window.history is undefined

Is there any way you can make this work (at least graceful degradation)?

Thanks

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