Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Uploads Only' tab goes away if you navigate away from stream page #10

Open
smlparry opened this issue Jul 4, 2016 · 2 comments
Open

Comments

@smlparry
Copy link
Contributor

smlparry commented Jul 4, 2016

soundcloud

Even if you refresh the page it is still gone. This just means the chrome extension needs to listen for a different action other than $(document).ready(function() { ... } )

@meyer1994
Copy link

meyer1994 commented Mar 1, 2017

Maybe changing the line 21 in the manifest.json to *://soundcloud.com/stream* would fix the problem. Because the extension would only be triggered in the stream page. Where it should.
Ps. Correct me if I am wrong.

Edit:
But then, it would probably break the advancing to next post on the player. Maybe check the URL for the *://soundcloud.com/stream* everytime it changes and add the 'uploads only' section everytime it is in that address?

@rtizzy
Copy link

rtizzy commented Jul 6, 2017

Confirmed on my end as well.

EDIT: A refresh seems to be OK, navigating away does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants