Greasy Fork
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
脚本
帮助
更多
高级搜索
用户列表
库
管理日志
☰
脚本
论坛
帮助
高级搜索
用户列表
库
管理日志
登录
简体中文 (zh-CN)
繁體中文 (zh-TW)
Help us translate!
信息
代码
历史
反馈(7)
统计
Stop Automatic Recommendations on Soundcloud
Stops the automatic playing of recommended tracks on Soundcloud.
这些是代码发生过变更的脚本版本。
显示所有版本
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