Looks like this month (July 2024) Chrome v127.0 deprecated mutation events (see https://developer.chrome.com/blog/mutation-events-deprecation). Meaning, Line #17 will now log an error in the console when called, and the script fails to run correctly.
The solution to this, as per the given link, is to use a MutationObserver to detect changes instead. I've made an updated, working version of the script here (ABS, feel free to update your script with my changes if needed).
Looks like this month (July 2024) Chrome v127.0 deprecated mutation events (see https://developer.chrome.com/blog/mutation-events-deprecation).
Meaning, Line #17 will now log an error in the console when called, and the script fails to run correctly.
The solution to this, as per the given link, is to use a MutationObserver to detect changes instead.
I've made an updated, working version of the script here (ABS, feel free to update your script with my changes if needed).
http://greasyfork.icu/en/scripts/501872-soundcloud-hide-reposts