SoundCloud hide reposts

Only new songs by followed artists in your stream.

目前為 2017-02-02 提交的版本,檢視 最新版本

// ==UserScript==
// @name SoundCloud hide reposts
// @namespace http://abs.ezw.me
// @version 1.0
// @author ABS
// @description Only new songs by followed artists in your stream.
// @match *://soundcloud.com/stream
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
(
    function(){
        function norepost(){
            $(".soundList__item:has('.sc-ministats-reposts')").remove();
        }
        window.addEventListener("DOMNodeInserted",norepost, false);
    }
)();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址