Mouseover Popup Image Viewer

Shows images and videos behind links and thumbnails.

< 脚本Mouseover Popup Image Viewer的反馈

评价:好评 - 脚本运行良好

§
发表于:2024-08-31

Could you please provide a working rule for the following website:

https://www.artstation.com/search?sort_by=relevance&query=temple

The images from the thumbnails do not appear bigger.

woxxom作者
§
发表于:2024-08-31
{"d": "artstation.com",
 "r": "artwork/([^/]+)$",
 "s": "projects/$1.json",
 "g": "var j=JSON.parse(text);g=j.assets.map(i=>({url:i.image_url,desc:i.title})); g.title=j.title + j.tags.map(t=>' #'+t).join(''); return g"
}
§
发表于:2024-08-31

Works perfectly. Thank you.

发表回复

登录以发表回复。