This script can filter/sort Voice Acting roles, Anime Staff positions and Published Manga
< Feedback on MyAnimeList(MAL) - Voice Actor Filter
replace "|"
with something else. "," "*" "·"
looks ok.function createCheckbox(type, element) {
var text = document.createTextNode(",");
var checkbox = document.createElement('input');
checkbox.type = "checkbox";
checkbox.className = "checkbox";
checkbox.name = type;
checkbox.id = type;
checkbox.checked = getSetting(type);
element.appendChild(text);
element.appendChild(checkbox);
}
Thanks for the feedback! I'm still optimizing and improving the script, so this is not the final version.
- Checkboxes display information when you hover above them
- " | " is now " * " on any browser except for opera
right now everything looks good.
thank you for rework.
Checkboxes
You should add titles/hints to checkboxes.
-Hide entries on your list
-Hide entries that are not on your list
-Sort by character name
-Compressed view