Stop Automatic Recommendations on Soundcloud

Stops the automatic playing of recommended tracks on Soundcloud.

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

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