Stop Automatic Recommendations on Soundcloud

Stops the automatic playing of recommended tracks on Soundcloud.

Це версії цього скрипту, де код був змінений. Показати всі версії.

  • v2.1 13.07.2017 Updated for latest Soundcloud UI changes.
  • v2.0 12.07.2016 Almost a complete rewrite. Using MutationObserver instead of setInterval for less resource-intensive checking and faster track change reaction.
  • v1.8 18.10.2015 Use addEventListener instead of assigning listener to onload. (safer)
  • v1.7 17.10.2015 Use String.prototype.startsWith instead of String.prototype.substring if available. (Slight optimisation.)
  • v1.6 17.10.2015 Removed external jQuery requirement.
  • v1.5 17.10.2015 Small simplification of the code.
  • v1.4 17.10.2015 Updated for latest UI changes, restructured to make later adaptations easier.
  • v1.3 05.05.2015 Code reorganization. Initiate checking after onload event.
  • v1.2 27.03.2015 Update for Soundcloud UI changes.
  • v1.1 18.01.2015 Fixed player checking sometimes not resetting properly.
  • v1.0 14.12.2014