QUOTE(ctxl @ May 19 2015, 20:44)

Here's a [
gist.github.com]
newer version with more [
i.imgur.com]
features.
The default behavior is defined (and can be easily modified) in the last few lines.
Thanks for the update!
However, after selecting different options, the select element always shows the first option:
(IMG:[
i.imgur.com]
http://i.imgur.com/jrnB6Cs.png)
Same for the other select element, which always shows "quality" even if I click "default".
I tested this when disabling all other userscripts except hvsort.user.js, on Fx 38.0.1 (the latest version).
Brower Console shows no error message.
update: function (y) {
var _options = y.target;
var z = _options.parentNode;
z.firstChild.style.display = null;
z.firstChild.innerText = _options.children[_options.selectedIndex].innerHTML;
var _header = _options.parentNode.parentNode;
var _hide = _header.childNodes[1].childNodes[0].innerHTML;
console.log(_hide); // always "untradeable" var _sort = _header.childNodes[3].childNodes[0].innerHTML;
console.log(_sort); // always "quality"QUOTE(oohmrparis @ May 19 2015, 22:20)

Yep. But HVEquipComparison_0.6.4.3 seems to solve the problem of the base value.
But range problem is not fixed yet.
I see. We need to wait for the wiki to be updated to fix the problem.
EDIT: typo.
This post has been edited by djackallstar: May 20 2015, 04:24