pixiv direct original image link

On page with thumbnails of all works makes thumbnails link to actual fullsize images

< Отзив за pixiv direct original image link

Въпрос/коментар

§
Публикуван на: 09.07.2014

pixiv cdn

The other day the cdn network that services my part of the world changed the url format for pixiv. I've already tried modifying the script myself to no avail, so how should I change it to replace http://i2.pixiv.net.edgesuite.net/img16/img/pgq7747/44613009_m.jpg with http://i2.pixiv.net/img16/img/pgq7747/44613009.jpg ? (SFW)

OwynАвтор
§
Публикуван на: 09.07.2014
Редактиран на: 09.07.2014

i see that the only difference is

.edgesuite

, so take a variable in which url is stored and make

variable.replace(".edgesuite", "");

line to cut it

Публикувайте отговор

Влезте, за да публикувате отговор.

长期地址
遇到问题?请前往 GitHub 提 Issues。