MiniPlay
MiniPlay copied to clipboard
Fix disabled slider behavior
First, we should split 'disabled' sliders into two categories: websites that don't have time information at all, and websites where the slider interface doesn't support clicking. With websites in the first category, we should hide the time slider, and with websites in the second category, we should disable the event handlers (maybe with jQuery.off()?)