View Single Post
Old 12-26-2024, 10:47 PM   #1
axu2
Groupie
axu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfoldedaxu2 reads XML... blindfolded
 
Posts: 180
Karma: 52202
Join Date: Jun 2023
Device: Kindle Scribe
Plugin to remove spans and add css

I have EPUBs from Google Docs.

They have issues that can be solved by just removing all span tags via "transform html" and adding a little bit of css via "add styles".

e.g.

img {
width: auto !important;
max-width: 100% !important;
height: auto !important;
}

Is there any existing plugin that does this?

I also filtered color styles, specified epub3, tablet device.

Last edited by axu2; 12-26-2024 at 10:58 PM.
axu2 is offline