Endless Pixiv Pages

Loads more pixiv pages as you scroll down.

< Σχολιασμός για τον κώδικα Endless Pixiv Pages

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 19/08/2018

Doesn't work with new UI update

So it seems like Pixiv pushed out a new UI update to some users, and I happened to be one of them. Specifically, they made some changes to a user's "Works" page.

The script doesn't work anymore with this new update, but it still works for the users who haven't received the new UI update from Pixiv yet. Any plans to support the new Pixiv layout?

Mango 2Δημιουργός
§
Δημοσιεύτηκε: 19/08/2018

I will look into it if/when the update happens to me.

§
Δημοσιεύτηκε: 20/08/2018

Alright, f'sho

§
Δημοσιεύτηκε: 21/09/2018

@Mango Hello, haven't update already rolled out to you?

§
Δημοσιεύτηκε: 02/10/2018

Hello,

Has the update happened to you yet? I recently got a notification on Pixiv, stating that they were rolling out the new UI update to everyone.

Mango 2Δημιουργός
§
Δημοσιεύτηκε: 03/10/2018

Yes, I see it now.

§
Δημοσιεύτηκε: 08/01/2019

Any update on getting this working, Mango?

Mango 2Δημιουργός
§
Δημοσιεύτηκε: 11/01/2019

Tried, failed, gave up and delisted the script. Maybe I'll look into it again in the future, but for now, I'm not working on it.

§
Δημοσιεύτηκε: 11/01/2019

Still waiting.

§
Δημοσιεύτηκε: 11/01/2019
Επεξεργάστηκε: 11/01/2019

@Mango yeah, as I thought... But your script still works on https://www.pixiv.net/bookmark_new_illust.php page, and that covers 50% of my need) Thanks for what is. I and ~140 other people still use your script every day)

§
Δημοσιεύτηκε: 31/03/2019

replace in code: let jsonItems = JSON.parse(rawItems); with: let jsonItems = JSON.parse(rawItems).filter(i=>!i["isAdContainer"])

And script is fully working again

Mango 2Δημιουργός
§
Δημοσιεύτηκε: 01/04/2019
Επεξεργάστηκε: 01/04/2019

@wcx9281 said: replace in code: let jsonItems = JSON.parse(rawItems); with: let jsonItems = JSON.parse(rawItems).filter(i=>!i["isAdContainer"])

And script is fully working again

That doesn't make a difference. All new-style pages (e.g. https://www.pixiv.net/bookmark.php?id=641524, https://www.pixiv.net/member_illust.php?id=77203, https://www.pixiv.net/bookmark.php?id=641524&type=user) are still broken. The old-style pages work without that.

§
Δημοσιεύτηκε: 02/04/2019
Επεξεργάστηκε: 02/04/2019

pagination on search was broken for me for several days, with is why I've looked at script code in the first place. It fixed search for me, maybe it'll help someone else.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.