It will add a new link to the Natively header for “Recap”. Click this link to generate the page
(Optional) Click “Show/Hide Natively UI” to hide the Natively header/footer to make screenshots easier.
How to take a screenshot larger than your screen (firefox)
If you use Firefox, the browser’s inbuilt screenshot tool can take screenshots including things that are scrolled away: right click on a page and “take screenshot”. You can use the “screenshot whole page” or you can draw a rectangle while scrolling. If you do this, I suggest using the “hide Natively UI” button, or you might get the Natively header halfway down the page depending on how far your scroll.
Troubleshooting
If this doesn’t work for you, open your browser console and type JSON.stringify(window.RECAP_STATE) and post it in here, along with what’s different to what you expect. Natively is not consistent in labelling item types (e.g. my own library has items of type Light novel and light_novel), so I imagine most issues are going to be around that.
Add support for paginated profiles (the natively API is structurally different if you have enough items to cause pagination). If your profile is paginated, you won’t have a series length field as the paginated API does not return series info.
Include items of unknown types (they won’t have a colour code though)
This is super cool, @araigoshi, I definitely want to check it out. I’m away from my computer at the moment, but hopefully I can post my books soon enough!
Where exactly am I supposed to be seeing the link? the script is installed (and it shows up as enabled on the page on tampermonkey) but I don’t see anything. JSON.stringify(window.RECAP_STATE) returns undefined.
It should be in the header, but if window.RECAP_STATE is undefined, I’m guessing that it hasn’t loaded at all for you. Can you let me know what browser you’re using?
Ok, I’ve uploaded 1.0.6 which fixes the bug introduced for first-time use on 1.0.5
Let me know if it works for you (you may need to force Tampermonkey to check for updates as it normally only does once a day). If not let me know if you see any errors in the console log.
Hm possibly. You also used .find so I just followed suit without asking myself too many questions  ̄\_ (ツ)_/ ̄
Honestly, I don’t understand how the API filters work, nor where you even found documentation for the API in the first place. If I search for it, all I can find are product requests for a public API with comments implying one does not exist yet.
Oh I just looked in the network tools at what the Natively UI does (hence the caveat that this is not supported by Natively and can break if/when they change things)
Is there a way to include Natively levels as well? That would be a way to easily visualize progress.
Also, I’m not sure if this is actually doable but I’d like to be able to manually change the color assigned to specific books, mainly within the children’s books category, so that I can separate picture books from more novel style books.
Natively levels should be simple enough, I’ll probably add them this evening. Probably will have them hidden by default and you’ll have to go into the settings to turn them on, just to avoid the default view getting more cluttered.
Per item overrides are not something I’m against adding, but I have Christmas wrapping and a few other things to get to, so I probably won’t have time until the other side of the holidays. You can adjust the CSS in the dev tools to achieve the effect if you’re technically inclined