soundcloud shuffle likes

Adds a shuffle play button to "Likes" and playlists

目前為 2020-07-18 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
bhackel
評價
0 0 0
版本
1.4.1
建立日期
2019-11-29
更新日期
2020-07-18
尺寸
7.7 KB
授權條款
未知
腳本執行於

SoundCloud Shuffle Likes

It took 86 seconds to load 1500 tracks, so about 17 tracks per second.

Check out my other script that disables autoplay, or search for the many other ones.
https://greasyfork.org/en/scripts/388427-soundcloud-disable-autoplay-station

Current Issues/Improvements:
-add a usage guide
-if the user switches browser tabs, tracks inconsistently load in the background.

Scrapped Ideas
-use not a loop for re-adding button
-make music in other tabs not need to pause
-estimate the time the loading will take

-----
1.4.1 (July 18, 2020)
-Prevent playback while the queue is loading

1.4 (July 17, 2020)
-Include the first track when shuffling

Update 1.3.1 (March 13, 2020)
-Fixed issue where button would inject when a ? query was in the url

Update 1.3 (March 8, 2020)
-Added functionality for playlists. Name will remain for now
-cleaned up some junk

Fixed in 1.2 (December 9, 2019)
-lots of reused code, and variable names are pythonic rather than javascript-ic

Fixed in 1.1 (November 30, 2019)
-when switching pages, the button disappears because the script is not run again
-problems when playing music while the script is scrolling the queue
-if music is playing when the script finishes loading all tracks, it pauses the playing music
-the way the queue resets is kinda sus
-figure out how to properly reset intervals
-what if the user only has 1 or 0 tracks in their likes?
-it doesn't work with my autoplay disable script because the check relies on the autoplay station not being loaded
-might be able to drop the interval from 750ms to 500ms
-add a description

1.0 (November 29, 2019)