Víctor
Víctor
I can confirm that this works on FF 76.0 (64-bit) Linux, good job, waiting for the merge.
Thank you Kevin. A temporary fix to know when the order is really changed consists in compare the actual $selected array in the callback with another array containing the previous...
I think the problem is on line 83 ``` javascript this.$container[method]('mousedown touchstart', this.selector, this.began); ``` So I changed the listener to 'mousemove' instead of 'musedown' ``` javascript this.$container[method]('mousemove touchstart', this.selector,...
I am not able to reproduce this but all my request to `archive.is` are being redirected to `archive.ph`, anyway, I am not getting the expected result, I am getting this:...
I think the sorters should be provided by the API, if not, we could have a default common sorters in the provider.
I think is related to #115, with that changes the serialized dump will never exists, so there is nothing to compare.
@petervanderdoes , thank you!!
I asked for a third branch, but maybe should be easy to implement this feature for an "unlimited" number of branches (or limited but enough, 5 by example) it may...
This method didn't work for me (Linux, debian based), looks like the widevine package from `chromium.woolyss.com` is not always fully compatible with the installed `ungoogled-chromium` version. Using the example script...
This will be implemented on #411