Your comments

It's built in to the Ubooquity.jar itself. That's needed for bookmarked single issues to work correctly.

New releases of PageBuilder and the theme itself to better handle pages. Also adding wildcards to idGet sorta broke things that I didn't check. Should be more solid now.


Cranking items per page up to 9999 makes everything look nice, but it's just not as easy to navigate when your collection is massive (New took forever to render). I turned mine down to 48/page, which then broke idGet (since it was hardcoded for page 1) as well as bookmarks and story arc pages (for the same reason). They will all now iterate through pages of 48, to a max of 20 pages to find what they're looking for.

The settings for these are in idGet.sh, and in theme theme.js and bookmarks.js.

Keep in mind, page 2+ of anything goes outside of the code loaded with folder-info. Much like New and search result pages, they're loading css only. There's currently no way around this. I even tried xss and javascript injection, no dice.

While I get that this isn't a priority, I've been hitting these limitations pretty hard over the last couple weeks.


I've even gone as far as try every potential vector of xss to try to inject javascript anywhere. Good news, the server is very secure.

Allowing a js file of a specific filename to be loaded from an external tools folder would be nice (ie. tools next to the skins folder). This way the user would have to set it up themselves, so skins couldn't be malicious on their own. Just a thought. :)

That tweak was necessary because you didn't set the Reverse Proxy Prefix in the admin panel. No big deal, I only suggested it in the readme because that's how my personal setup is.

There's a couple lines in comics.css you might want to tweak too, should be the only instances of "ubooquity" in there.


I'd def be curious to see what you did with Books. I don't really use it, so I didn't do anything special with it.

Nice collection! I was lucky with mine in that the only stuff that wasn't on Comixology was Bongo (except Wildstorm, which I manually directed to the appropriate new imprints).

I think the caching is a weird issue with the webserver Ubooquity uses, since it really seems to defy logic sometimes. Glad it's working now!

I just posted a new pageBuilder.zip that should sort all of this out.


It now scrapes the series page for the appropriate name using wildcards.

The Search and New pages don't load any custom html, so there's no way to load any custom javascript. So sadly, that probably won't be possible.


I've been looking for an entry point for those, but no luck so far. If there was some way to get custom javascript on every page, a lot of the hacky css could be removed.

Stuff in StoryArc.zip is the newest stuff I've got, same timestamps as the files in my folder. Not sure where the issue could be. Any errors in the console?

Did you also update the theme? At least part of what's missing would be in the base comics.css (anything repeated, to simplify things).