MyAnimeList(MAL) - Voice Actor Filter

This script can filter/sort Voice Acting roles, Anime Staff positions and Published Manga

< 腳本MyAnimeList(MAL) - Voice Actor Filter的回應

評論:正評 - 腳本一切正常

Deleted user 35122
§
發表於:2016-03-25

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

Deleted user 35122
§
發表於:2016-03-25
編輯:2016-03-25

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);
}

Cptmathix作者
§
發表於:2016-03-25

Thanks for the feedback! I'm still optimizing and improving the script, so this is not the final version.

Cptmathix作者
§
發表於:2016-03-25

- Checkboxes display information when you hover above them
- " | " is now " * " on any browser except for opera

Deleted user 35122
§
發表於:2016-03-26

right now everything looks good.
thank you for rework.

發表回覆

登入以回覆

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址