View Single Post
Old 02-27-2023, 06:02 PM   #8144
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,987
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I don't recall anyone asking for that before.

You can effectively remove HTML links by using a keep_html_attrs setting that doesn't have href in it. It's set in defaults.ini under [defaults], so you could override it under [defaults] or specific site section(s) in personal.ini:
Code:
[defaults]
keep_html_attrs:name,class,id,colspan,rowspan,data-orighref
Then new downloads/updates will not have the href attributes on <a> tags that make them links. The <a> tags will still be there, but without href attrs they are basically invisible.
JimmXinu is offline   Reply With Quote