You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() { ... } )
The text was updated successfully, but these errors were encountered:
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?
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() { ... } )
The text was updated successfully, but these errors were encountered: