Skip to content

Last.fm changed their front end, breaking ALL_PAGES setting #2

@alexdelorenzo

Description

@alexdelorenzo

Setting ALL_PAGES to true doesn't work anymore.

In the past, Last.fm's Library feature was an SPA, and switching between pages happened in the same JavaScript session.

Now navigating pages results in reloading new pages when accessing them, which refreshes the JS session. This breaks ALL_PAGES.

Solutions can be using setValue() or something like localStorage or sessionStorage .

Or it can forgo running in the browser at all. This could be a simple script to automate using any scripting language and basic HTTP requests. Or it can use some kind of WebDriver a la Selenium or something else if Last.fm makes automation difficult.

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