pseudonymous/better-better-booru

Site update broke random links and child posts.

Opened this issue · 1 comments

Danbooru is tweaking it's appearance, and this broke random links, and child post are now shown double.

I found the reason for random link not working: sidebar ID's changed, e.g. "add-to-pool-list" was changed to "post-option-add-to-pool". Changing the getElementById values in function addRandomPostLink() to new ones fixed it for me.

I'm guessing similar change is to blame for child posts showing twice when viewing parent image.

[edit] Yeah, BBB is using <div class="ui-corner-all ui-state-highlight notice notice-parent"> while the new infobox has <div class="post-notice post-notice-parent">, which ends up creating two infoboxes.

image

Seconded, and share this pic for illustration.