Automatically adds artwork tags when you bookmark. ブックマークのタグを自動的につける。
< Feedback on Pixiv Ajax Bookmark Mod
Add support for Chinese and make the button text better after bookmarked
Modified:
if ($(".add-bookmark").text() == "ブックマークに追加") { $(".add-bookmark").html($('<span>', { class: 'description', html: "ブックマークを編集" })); } if ($(".add-bookmark").text() == "添加收藏") { $(".add-bookmark").html($('<span>', { class: 'description', html: "编辑收藏" })); } else { $(".add-bookmark").html($('<span>', { class: 'description', html: "Edit Bookmark" })); }
Then remove this which was added in 1.8.0:
$(".edit-bookmark").off("click"); $(".edit-bookmark").css("font-weight","bolder");
Updated.Thanks for the tips and the translation.
Sign in to post a reply.
Add support for Chinese and make the button text better after bookmarked
Modified:
Then remove this which was added in 1.8.0: