Greasy Fork is available in English.

Pixiv easy save image

Save pixiv image easily with custom name format and shortcut key.

ของเมื่อวันที่ 10-10-2018 ดู เวอร์ชันล่าสุด

ผู้เขียน
maple3142
คะแนน
0 0 0
เวอร์ชัน
0.4.6
สร้างเมื่อ
30-06-2018
อัปเดตเมื่อ
10-10-2018
ความเข้ากันได้
เข้ากันได้กับ Firefox เข้ากันได้กับ Chrome
สัญญาอนุญาต
MIT
ปรับใช้กับ

Pixiv easy save image

Save pixiv image easily with custom name format and shortcut key.

Support downloading ugoira to gif.

It works well with Patchouli.

Medium Page

Other Page

Hold your mouse on the image you want to save, and press s key on your keyboard.

How can I set my own format?

  1. Open your scripts manager and open this script.
  2. Edit FORMAT.single and FORMAT.multiple, which is the file name format string.

How to write custom format?

Use {{ and }} to surround object's property. The following is an example of an object.

And {{#}} can only used in multiple format, which represent number of image(1~n). {{#5}} means number has offset by 5, default is 0.

{
  "illustId": "32740714",
  "illustTitle": "Alice.",
  "illustComment": "<span style=\"color:#bfbd00;\">繋いだ手には柔らかな体温<br />握った指が、ゆるり、ほどけたら。<br />枯れた音色の鐘が鳴る。<br />きみは一人で行くんだぜ。</span>",
  "id": "32740714",
  "title": "Alice.",
  "description": "<span style=\"color:#bfbd00;\">繋いだ手には柔らかな体温<br />握った指が、ゆるり、ほどけたら。<br />枯れた音色の鐘が鳴る。<br />きみは一人で行くんだぜ。</span>",
  "createDate": "2013-01-08T15:50:59+00:00",
  "uploadDate": "2013-01-08T15:50:59+00:00",
  "userId": "163536",
  "userName": "Rella",
  "userAccount": "rella"
}

Can I use other key to save image?

Yes, go http://keycode.info/ and press the key you want. And set KEYCODE_TO_SAVE value to corresponding key's event.which value.