Quote:
Originally Posted by LadyKate
I was wondering if the script in html files is ... well if not removed deactivated... in epubs.
I had an epub made with old html files that was loaded with script and loaded ever so slow and that made me curious.
|
I use this regex to remove the script from html files
When converting use in search and replace or after convert use the ebook editor.
Search
Code:
<script(.*?)>[^>]+>
Leave the replace blank.