"People seem to be madder about robots than ponies nowadays"

This commit is contained in:
Shish 2023-06-25 10:02:02 +00:00
parent e2dddc9c8f
commit 4117678d72
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ document.addEventListener('DOMContentLoaded', () => {
});
function select_blocked_tags() {
var blocked_tags = prompt("Enter tags to ignore", Cookies.get("ui-blocked-tags") || "My_Little_Pony");
var blocked_tags = prompt("Enter tags to ignore", Cookies.get("ui-blocked-tags") || "AI-generated");
if(blocked_tags !== null) {
Cookies.set("ui-blocked-tags", blocked_tags.toLowerCase(), {expires: 365});
location.reload(true);