// ==UserScript== // @name Soundcloud scrub fix // @namespace https://coderobe.net/ // @version 0.1 // @description enables scrubbing through long tracks on soundcloud without having to be logged in // @author Mara Broda (coderobe) // @match https://soundcloud.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=soundcloud.com // @grant none // ==/UserScript== // (function(){ let[s,p,l,c]=["shouldBlockScrubbing",Function.prototype,"call"]; c=p[l]; p[l]=function(...a){ return!{slice:1,get:1,includes:1}[this["name"]]&&(this+"").includes(s)&(this+"").length<1337?(p[l]=c).apply(e=>e.exports[s]=_=>!1,a):c.apply(this,a) } }());