您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a button to the "Likes" screen that loads all the tracks and shuffles them
当前为
SoundCloud Shuffle Likes
Check out my other script that disable autoplay, or search for the many other ones.
https://greasyfork.org/en/scripts/388427-soundcloud-disable-autoplay-station
Current Issues/Improvements:
-if the user switches browser tabs, it inconsistently continues loading in the background, although this may be my broken browser
-its annoying that music in other tabs needs to pause
-add a usage guide
-lots of reused code, and variable names are pythonic rather than javascript-ic
-better way to re-add the button than running a delayed loop? idk javascript..
Fixed in 1.1
-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