add: littleweb full

This commit is contained in:
trisua 2025-07-08 13:35:23 -04:00
parent 3fc0872867
commit d67e7c9c33
32 changed files with 1699 additions and 71 deletions

View file

@ -855,7 +855,8 @@ media_theme_pref();
anchor.href.startsWith("https://tetratto.com") ||
anchor.href.startsWith("https://buy.stripe.com") ||
anchor.href.startsWith("https://billing.stripe.com") ||
anchor.href.startsWith("https://last.fm")
anchor.href.startsWith("https://last.fm") ||
anchor.href.startsWith("atto://")
) {
continue;
}
@ -1333,6 +1334,8 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
atto["hooks::online_indicator"]();
atto["hooks::verify_emoji"]();
atto["hooks::check_reactions"]();
fix_atto_links();
});
})();