Pixiv Ajax Bookmark Mod

Automatically adds artwork tags when you bookmark. ブックマークのタグを自動的につける。

< Feedback on Pixiv Ajax Bookmark Mod

Question/comment

§
Posted: 30-10-2017

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");
SaddestPandaAuthor
§
Posted: 30-10-2017

Updated.
Thanks for the tips and the translation.

Post reply

Sign in to post a reply.