Soundcloud:Sort comments by timestamp

Sort comments by timestamp on Soundcloud

< Soundcloud:Sort comments by timestamp 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2016-08-23

Attaching to load event won't work with Soundcloud

The continuous playback SoundCloud "Next" doesn't fire any load events when navigating around the site. So the Sort comments button doesn't get appended to the DOM.

I couldn't figure out how to detect page loads through other events so I tried intercepting AJAX calls as a proxy for Hey, user navigated, new page!. Because when a track is requested there's always a responseURL like https://api-v2.soundcloud.com/tracks/270116969/blablablabla

Here's my fix with the XHR interceptor. Seems to work, try it out and implement it if it's alright.

http://pastebin.com/EDrqtB9E

adgitate작성자
§
게시: 2017-02-08

Hey! Thanks for the feedback. I just now saw your comment when soundcloud broke the script (a diff part) and I had to login to greasyfork to update it. Your suggested changes make sense and are now implemented.

답글 게시

답글을 게시하려면 로그인하세요.