Greasy Fork is available in English.

Pixiv Previewer

Display preview images (support single image, multiple images, moving images); Download animation(.zip); Sorting the search page by favorite count(and display it). Updated for the latest search page.

< Feedback op Pixiv Previewer

Vraag/Reactie

§
Geplaatst: 07-10-2017
Bijgewerkt: 07-10-2017

或许是P站更新了 还是说我个人情况 预览失效

var divs = $($('#js-mount-point-search-result-list').children()[0]).children();  //old
var divs = $($('#js-react-search-mid').children()[0]).children();  //new

PS:另外貌似改成下面这样能减少非动图加载脚本正则错误导致的log (强迫症 (:з」∠)

// 动图下载
if (location.href.indexOf('medium') != -1 && $('._ugoku-illust-player-container').length > 0) {
ocrosoftMaker
§
Geplaatst: 08-10-2017
var divs = $($('#js-mount-point-search-result-list').children()[0]).children();  //old
var divs = $($('#js-react-search-mid').children()[0]).children();  //new

PS:另外貌似改成下面这样能减少非动图加载脚本正则错误导致的log (强迫症 (:з」∠)

// 动图下载
if (location.href.indexOf('medium') != -1 && $('._ugoku-illust-player-container').length > 0) {

已确认P站更新,脚本失效,正在尝试修复。

ocrosoftMaker
§
Geplaatst: 08-10-2017
var divs = $($('#js-mount-point-search-result-list').children()[0]).children();  //old
var divs = $($('#js-react-search-mid').children()[0]).children();  //new

PS:另外貌似改成下面这样能减少非动图加载脚本正则错误导致的log (强迫症 (:з」∠)

// 动图下载
if (location.href.indexOf('medium') != -1 && $('._ugoku-illust-player-container').length > 0) {

已修复,预览排序现在可以正常使用。
但可能存在部分未发现的问题。

Reactie plaatsen

Log in om antwoord te geven.