|  02-12-2021, 10:38 PM | #5461 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | |
|   |   | 
|  02-12-2021, 10:47 PM | #5462 | 
| Enthusiast  Posts: 26 Karma: 82 Join Date: Aug 2018 Device: none | 
			
			The 2-12-21 test version of FFF doesn't work for webnovel.  It gives the following error under comment in the logs: 'pagecache' The 2-10-21 test version still works for webnovel. | 
|   |   | 
|  02-12-2021, 11:24 PM | #5463 | ||
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Quote: 
 Can you run Calibre in debug (under Calibre Preferences drop down) and post the log if it happens again? | ||
|   |   | 
|  02-13-2021, 12:01 AM | #5464 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Question: If I put two browser_cache_paths in: Code: ## Vivaldi browser_cache_path:D:\AppData\Vivaldi\User Data\Default\Cache\ ## Waterfox browser_cache_path:D:\AppData\Waterfox\cache2\ Code: ## As a work around for certain sites blocking automated downloads, ## FFF now offers the ability to look for pages in your Chrome(or ## Chromium-derived) or Firefox browser's cache. Requires both ## use_browser_cache:true and browser_cache_path to be set. ## ## browser_cache_path needs to be set to the location of YOUR browser ## cache. Here are a few examples for different OS. Note that all ## have YOUR user name in them somewhere as a Profile name, frequently ## Default. Make sure you have set (and uncommented) appropriately. ## Note also that browser_cache_path goes under [defaults] because ## browser cache is read once and shared between all downloads for ## performance. ## Further note that there is a time cost to first reading the browser ## cache on each download session (not Calibre session) Last edited by ownedbycats; 02-13-2021 at 01:58 AM. | 
|   |   | 
|  02-13-2021, 12:38 AM | #5465 | |
| Enthusiast  Posts: 26 Karma: 82 Join Date: Aug 2018 Device: none | Quote: 
 Here's what I got from the log file when running it in debug after switching back to the 2/12/21 version: Spoiler: 
 Still works fine when I swapped back to the 2/10/21 version. Last edited by sandmanwake; 02-13-2021 at 12:40 AM. Reason: Add spoiler tags to shorten amount of space taken up by quoted text | |
|   |   | 
|  02-13-2021, 10:50 AM | #5466 | ||
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 Code: ## Note also that browser_cache_path goes under [defaults] because ## browser cache is read once and shared between all downloads for ## performance.  You don't expect to be able to list username twice and have two logins tried.  INI files just don't work that way. However, I will make this change to comments: Code: ## browser_cache_path needs to be set to the location of YOUR browser ## cache. Here are a few examples for different OS. Note that all ## have YOUR user name in them somewhere as well as a Profile name, ## frequently Default. Make sure you have personalized (and ## uncommented) ONE browser_cache_path setting. Quote: 
 Code: Successfully initialized third party plugins: EpubMerge (2, 11, 0) && EpubSplit (3, 0, 0) && FanFicFare (3, 29, 0) ... FFF: DEBUG: 2021-02-13 00:27:11,210: calibre_plugins.fanficfare_plugin.fff_plugin(1099) : FanFicFare v3.29.0 | ||
|   |   | 
|  02-13-2021, 01:54 PM | #5467 | 
| Enthusiast  Posts: 26 Karma: 82 Join Date: Aug 2018 Device: none | |
|   |   | 
|  02-13-2021, 03:41 PM | #5468 | |
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | Quote: 
 | |
|   |   | 
|  02-13-2021, 06:14 PM | #5469 | |
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 I could add code to stack multiple browser caches, but you'd have to wait for all of them to be indexed. And they would be 'stacked' rather than 'shared': IE, if you listed browser1's cache first, then browser2, FFF would look for a matching URL entry in browser1 and stop if it found any--even if browser2 had a newer matching entry. Browser2 would only be consulted when browser1 didn't have a match. And I dread the prospect of having to regularly explain that to people. "I know I ctrl-refreshed, why did FFF use an old version?!" I'd need to see a pretty compelling case to re-write all the cache architecture sidney & I just finished to share entries from multiple browsers. | |
|   |   | 
|  02-13-2021, 06:26 PM | #5470 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Waterfox is more of a backup browser, and I added the second cache to my settings because I was having trouble (due to that misunderstanding about the canonical URL) and thought it was a browser issue.
		 | 
|   |   | 
|  02-13-2021, 07:01 PM | #5471 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Mar 2020 Device: Android, | 
			
			Is there a way to only overwrite the css stylesheet in epubs or would it be possible to add such a feature? I added some css to my .ini that I wish I had earlier, and I really don't want to overwrite/manually over 100 stories.  I think a way something earlier in the thread about linking a CSS stylesheet to an external website Also I managed to figure out some CSS that will reveal most transparent text(AKA invisitext ) in SB/SV/QQ stories. Code: ##Following lines of is to make invisitext a shade of purple
add_to_output_css:
 span[style*=transparent] {color: #cc33ff!important;}
 span[style*=Transparent] {color: #cc33ff!important;}
 span[style*=TRANSPARENT] {color: #cc33ff!important;}Another question, how easy would it be to have a option for Legend Quotes for SB/SV/QQ Last edited by icecold; 02-13-2021 at 07:07 PM. Reason: Wanted to add another question. | 
|   |   | 
|  02-13-2021, 07:45 PM | #5472 | 
| Custom User Title            Posts: 11,351 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Would Update Always change the CSS spreadsheet?
		 | 
|   |   | 
|  02-13-2021, 08:02 PM | #5473 | |||
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 It seems like something that there should already be a solution for in Calibre somewhere or as a plugin. Yes, but it still goes out and reads the metadata from the sites. (There's already been lengthy consideration of an 'update epub without hitting sites' mode and I decided against it for various reasons.) Quote: 
 But that's not linking an EPUB's CSS to the site, that's FFF taking the CSS from the site and embedding it. Quote: 
 FFF already has a feature for spoilers: Code: ## This option if uncommented, will put a box around the spoiler ## blocks with the original spoiler button text as a label using ## fieldset and legend HTML tags. For a simple box, see the ## add_to_output_css example for [base_xenforoforum:epub] below. #legend_spoilers:true | |||
|   |   | 
|  02-13-2021, 08:18 PM | #5474 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2021-02-13 - Fix for 'Updating' (anonymous?) author in adapter_wuxiaworldsite. For #657 | 
|   |   | 
|  02-13-2021, 09:06 PM | #5475 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Mar 2020 Device: Android, | 
			
			What I mean by "Legend Quotes" is to doing same thing for quotes as legend_spoilers does for spoilers Quotes are mostly a thing that comes in Informational Posts or ANs example. https://forums.sufficientvelocity.co...5#post-7845851 A legend_quotes would be nice to have but I already use CSS to make them look close to how they do on SV, so I don't want to ask for something that would be troublesome to do for a minor benefit. This in the css stylesheet makes quotes look mostly like they do on SV. Spoiler: 
 Though QQ seems to use some different classes than SV and though I haven't checked, probably SB. Last edited by icecold; 02-13-2021 at 10:12 PM. | 
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 527 | 08-15-2025 01:36 PM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 05:42 AM | 
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 12:48 PM | 
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 06:39 PM | 
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 12:27 PM |