Mmm, is there any way to be able to keep a backup and import it in case I need to clear my browser history/cache?
It is stored inside your userscript manager's userscript storage, not website storage. Accessing the userscript storage depends on the manager, in Tampermonkey you need to first set "Config mode" to "Advanced" and then
you'll see a "Storage" tab inside the userscript's edit tab. I might add a json export/import in the future.
Also, could I rename the links in the custom section? that is, instead than showing it as “
www.website.jp or website.com”, I can just rename it as the website's name?
You can use markdown-like link syntax for that:
[Example Site](https://example.com)
.
Since I am a contributor my idea is to include publisher links and other retailers, so... if possible I would like to be able to share this info.
Maybe in the future I'll add something like syncing to GitHub or another service but no promises.
and talking more about metadata, have you thought about a script that can pull mangaupdates magazine and publisher data?
This is started as a simple script that I wrote in a few hours just so I can link to my Komga server and BookLive, I added other features just because I easily could, I guess...
Pulling metadata from other services was a plan for a different project which I re-wrote the base of many times but still wasn't satisfied
, now I have a completely different and more complex plan for it so who knows if/when I'll finish that.