Quote:
Originally Posted by Atherton25
I only read a couple of stories on storiesonline, and maybe update once or twice a month when I see a new chapter. Would it be feasible to do some sort of cache, like FF.net and allow FFF to pull the fully-opened chapter from there? That way the few stories I read I would just click through and have it available.
If I read more there I'd consider getting an account, but otherwise it's not worth it for me.
|
Probably not possible to just cache the page by doing it manually, since the way the site does things is that the page the browser gets still has the buttons - most browsers AFAIK do not cache the calls a site does after the static data (HTML/css and images) has been downloaded.
TLDR; the version that the browser caches is the version with the "click me to load" buttons.
Your best bet is probably to fix the adapter in a way that is pretty slow in how it does things (so the site doesn't change itself in "self defence" again) and submit your changes to JimmXinu.