View Single Post
Old 07-08-2024, 12:23 PM   #9725
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: 7,038
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
I tried using a story-level keep_html_attrs:title,blockquote,div instead of add_to_, thinking it would override, but I still got the align tags.
That's working as intended for add_to_; it adds.

One answer is don't use add_to_:
Code:
[archiveofourown.org]
keep_html_attrs:href,name,class,id,colspan,rowspan,data-orighref,title,align,blockquote,div

[https://archiveofourown.org/works/55777813]
keep_html_attrs:href,name,class,id,colspan,rowspan,data-orighref,title,blockquote,div
Personally, I'd probably just edit that one story.

I think this is like the second time someone wanting a 'remove' vs add_to_ has come up in 10 years. I'm reluctant to add that complexity without a larger set of problem stories.

Quote:
Originally Posted by ownedbycats View Post
This makes me notice that the INI File page doesn't show what precedence the story-level sections take.
https://github.com/JimmXinu/FanFicFa...y-url-sections
JimmXinu is offline   Reply With Quote