As someone who is not tech-savvy, I understand how difficult this is. I got it to work eventually through a series of steps I followed. I can try to help you out the best I can, but please keep in mind that this is likely out of my jurisdiction and this is the way I got it to work.
1. Find your browser cache location. For mine, I have a Mac and my browser is Chrome. From the list given to us on
https://github.com/JimmXinu/FanFicFa...erCacheFeature, I located it to be:
#browser_cache_path:/Users/your.user/Library/Caches/Google/Chrome/Default/Cache
For your LG Laptop which likely runs Windows, if you use the browser Chrome, then your location would be either of these two:
browser_cache_path:C:\Users\YourUser\AppData\Local \Google\Chrome\User Data\Default\Cache
browser_cache_path:C:\Users\YourUser\AppData\Local \Google\Chrome\User Data\Profile 1\Cache
For Firefox: browser_cache_path:C:\Users\YourUser\AppData\Local \Mozilla\Firefox\Profiles\ZjwI7Fo4.default\cache2
Just make sure to choose the appropriate option for your location, and replace "YourUser" with your windows username.
2. After you've found the right location enter it below [defaults] in personal.ini.
The top part of my code looks like this:
[defaults]
browser_cache_path:/Users/YourUser/Library/Caches/Google/Chrome/Default/Cache
## [defaults] section applies to all formats and sites but may be
## overridden at several levels. Example:
3. Last step is to copy in these lines of code near the end of the personal.ini code under [overrides]:
[
www.fanfiction.net]
##the following line tells FFF to use the browser cache when set to true
use_browser_cache:true
##the following line limits FFF to use cache entries no older than the ##number of hours shown
##(in this case, cached items no 4 hours or less old).
browser_cache_age_limit:4.0
use_browser_cache_only:true
(You don't have to add in the comments if you don't want to. They're just a personal preference of mine.)