Use history.replaceState ageVerified query and improve export-story script
This commit is contained in:
parent
21a77ed254
commit
fb30f1b416
16 changed files with 96 additions and 83 deletions
|
|
@ -45,6 +45,7 @@ async function storyFeedItem(
|
|||
" ",
|
||||
),
|
||||
categories: ["story"],
|
||||
commentsUrl: data.posts.mastodon?.link,
|
||||
content: sanitizeHtml(
|
||||
`<h1>${data.title}</h1>` +
|
||||
`<p>${t(
|
||||
|
|
@ -89,6 +90,7 @@ async function gameFeedItem(
|
|||
" ",
|
||||
),
|
||||
categories: ["game"],
|
||||
commentsUrl: data.posts.mastodon?.link,
|
||||
content: sanitizeHtml(
|
||||
`<h1>${data.title}</h1>` +
|
||||
`<p>${t(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue